Skip to content

Commit abe0f1b

Browse files
sjy0079BBS
andauthored
feat: improve issue template (#199)
Co-authored-by: BBS <shenjiayi0079@gmail.com>
1 parent b474c54 commit abe0f1b

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,28 @@ body:
1717
validations:
1818
required: true
1919

20+
- type: textarea
21+
id: motivation
22+
attributes:
23+
label: Motivation
24+
description: Why do we need this feature? What problem does it solve?
25+
placeholder: "Explain the use case and why this feature would be valuable."
26+
validations:
27+
required: true
28+
29+
- type: dropdown
30+
id: platform
31+
attributes:
32+
label: Platform
33+
description: Which platform(s) does this feature apply to?
34+
options:
35+
- Platform Independent
36+
- Linux
37+
- macOS
38+
- Windows
39+
validations:
40+
required: true
41+
2042
- type: dropdown
2143
id: priority
2244
attributes:

0 commit comments

Comments
 (0)