Skip to content

Commit d36ea6d

Browse files
committed
update issue template
1 parent 23ea8d1 commit d36ea6d

File tree

3 files changed

+57
-14
lines changed

3 files changed

+57
-14
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,11 @@ body:
7676
description: If applicable, add screenshots to help explain your problem.
7777
validations:
7878
required: false
79+
80+
- type: checkboxes
81+
attributes:
82+
label: I have checked existing issues, dicussion and documentation
83+
description: You agree to check all the resources above before opening a new issue.
84+
options:
85+
- label: I confirm I have checked existing issues, dicussion and documentation.
86+
required: true

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
name: Feature Request
2+
description: Suggest an idea for this project
3+
labels: 'Feature 💡'
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for taking the time to fill out this request!
9+
It's okay to leave some blank if it doesn't apply to your request.
10+
11+
- type: input
12+
attributes:
13+
label: Related area
14+
description: Please briefly explain the area of your Feature Request.
15+
placeholder: eg. new port support, device stack, class driver ...
16+
validations:
17+
required: true
18+
19+
- type: input
20+
attributes:
21+
label: Hardware specification
22+
description: Please provide if your proposal depends on specific Hardware.
23+
placeholder: eg. rp2040, samd51 ...
24+
validations:
25+
required: true
26+
27+
- type: textarea
28+
attributes:
29+
label: Is your feature request related to a problem?
30+
description: Please provide a clear and concise description of what the problem is. Add relevant issue link.
31+
placeholder: ex. I'm facing the issue/missing function...
32+
validations:
33+
required: true
34+
35+
- type: textarea
36+
attributes:
37+
label: Describe the solution you'd like
38+
description: Please provide a clear and concise description of what you want to happen.
39+
placeholder: ex. When using this function...
40+
validations:
41+
required: true
42+
43+
- type: checkboxes
44+
attributes:
45+
label: I have checked existing issues, dicussion and documentation
46+
description: You agree to check all the resources above before opening a new issue.
47+
options:
48+
- label: I confirm I have checked existing issues, dicussion and documentation.
49+
required: true

0 commit comments

Comments
 (0)