Skip to content

Commit 0f3e37d

Browse files
authored
Add options for GH doc issue template (#172)
Change from an input to a dropdown with only a small number of options (User, Developer, Reference, API, Glossary, and Other)
1 parent 26d48f8 commit 0f3e37d

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/docs-update.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,19 @@ body:
1010
value: |
1111
Help us improve the documentation! Please describe what needs updating.
1212
13-
- type: input
13+
- type: dropdown
1414
id: affected_section
1515
attributes:
16-
label: Affected Documentation Section
17-
description: Which part of the docs needs updating?
18-
placeholder: e.g., README, Installation section, Usage instructions
16+
label: Affected Documentation Section(s)
17+
description: Select the section(s) of the documentation that need updating.
18+
multiple: true
19+
options:
20+
- "User"
21+
- "Developer"
22+
- "Reference"
23+
- "API"
24+
- "Glossary"
25+
- "Other (describe below)"
1926
validations:
2027
required: true
2128

0 commit comments

Comments
 (0)