Skip to content

Commit e1b89f8

Browse files
committed
User friendly templates
1 parent 8fe26fd commit e1b89f8

File tree

2 files changed

+10
-19
lines changed

2 files changed

+10
-19
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,17 @@ body:
2828
attributes:
2929
label: What was the expected result?
3030
placeholder: I expected this to happen
31-
validations:
32-
required: true
3331
- type: textarea
3432
id: screenshots
3533
attributes:
3634
label: Put here any screenshots or videos (optional)
37-
- type: checkboxes
38-
id: checks
35+
- type: dropdown
36+
id: assign
3937
attributes:
40-
label: Extra fields
38+
label: Would you like to work on this issue?
4139
options:
42-
- label: I have used the search function to check if an issue already exists
43-
required: true
44-
- label: I'd like to work on this issue
40+
- No
41+
- Yes
4542
- type: markdown
4643
attributes:
4744
value: |

.github/ISSUE_TEMPLATE/new-feature.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,19 @@ body:
1818
attributes:
1919
label: It should be implemented because
2020
placeholder: It will allow to do Y that is needed for Z
21-
- type: textarea
22-
id: alternatives
23-
attributes:
24-
label: Did you think about any alternative?
25-
placeholder: We could do A or B instead
2621
- type: textarea
2722
id: context
2823
attributes:
2924
label: Additional context
3025
placeholder: |
3126
Add any other context or screenshots about the feature request here.
32-
- type: checkboxes
33-
id: checks
27+
- type: dropdown
28+
id: assign
3429
attributes:
35-
label: Extra fields
30+
label: "Would you like to work on this issue?"
3631
options:
37-
- label: I have used the search function to check if an issue already exists
38-
required: true
39-
- label: I'd like to work on this issue
32+
- "No"
33+
- "Yes"
4034
- type: markdown
4135
attributes:
4236
value: |

0 commit comments

Comments
 (0)