There was an error while loading. Please reload this page.
1 parent f9668c2 commit 26ae2a6Copy full SHA for 26ae2a6
1 file changed
.github/ISSUE_TEMPLATE/public-comment-issue-template.yml
@@ -15,7 +15,7 @@ body:
15
placeholder: ex. email@example.com
16
validations:
17
required: false
18
- - type: string
+ - type: input
19
id: where
20
attributes:
21
label: Section Number
@@ -44,6 +44,11 @@ body:
44
45
label: Priority
46
multiple: false
47
+ description: |
48
+ Select the priority of the issue:
49
+ - **High**: Major issue that needs to be resolved. Requires discussion and debate.
50
+ - **Medium**: Significant issue or clarification. Requires discussion, but should not lead to long debate.
51
+ - **Low**: Typo or other minor issue. Can be handled without group discussion.
52
options:
53
- High
54
- Medium
0 commit comments