Skip to content

Commit a475732

Browse files
committed
switch to list of options
1 parent bd5ea24 commit a475732

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,31 @@
22
name: Feature request
33
description: Suggest an idea for this project
44
body:
5-
- type: input
5+
- type: dropdown
66
id: existing-feature
77
attributes:
88
label: Is your idea related to an existing feature?
99
description: >-
1010
If this idea is related to an already available feature(s), then please list them here.
11-
placeholder: 'Example: lines-changed-only, thread-comments, ...'
11+
multiple: true
12+
options:
13+
- version
14+
- thread-comments
15+
- lines-changed-only
16+
- ignore
17+
- tidy-ignore
18+
- format-ignore
19+
- files-changed-only
20+
- file-annotations
21+
- step-summary
22+
- no-lgtm
23+
- tidy-review
24+
- format-review
25+
- passive-reviews
26+
- verbosity
27+
- 'outputs: checks-failed'
28+
- 'outputs: clang-tidy-checks-failed'
29+
- 'outputs: clang-format-checks-failed'
1230

1331
- type: textarea
1432
id: behavior

0 commit comments

Comments
 (0)