Skip to content

Commit da4fbea

Browse files
author
TheSnoozer
committed
add required label and move validation to the correct indention level
1 parent 3f5568a commit da4fbea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/ISSUE_TEMPLATE/new_release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ body:
66
- type: textarea
77
id: describe-the-release
88
attributes:
9+
label: Describe the release details (required)
910
description: |
1011
Just submit this as new issue...
1112
value: |
@@ -40,5 +41,5 @@ body:
4041
- [ ] update readme to point to the latest version available
4142
- [ ] run performance comparison with previous release (https://gist.github.com/TheSnoozer/7891eb9412c9584a052f00650d9c516b)
4243
43-
validations:
44-
required: true
44+
validations:
45+
required: true

0 commit comments

Comments
 (0)