Skip to content

Commit ca7413c

Browse files
committed
Update issue templates
1 parent 409e0dd commit ca7413c

File tree

4 files changed

+77
-25
lines changed

4 files changed

+77
-25
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: "Bug report"
2+
description: "Template for bug reports"
3+
labels: [ bug ]
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: "Issue description"
8+
description: "Please describe the issue you're experiencing as detailed as possible."
9+
validations:
10+
required: true
11+
- type: textarea
12+
attributes:
13+
label: "To reproduce"
14+
description: "How can the bug be reproduced?"
15+
validations:
16+
required: true
17+
- type: textarea
18+
attributes:
19+
label: "Expected behaviour"
20+
description: "What did you expect to happen?"
21+
validations:
22+
required: true
23+
- type: textarea
24+
attributes:
25+
label: "Screenshots / videos"
26+
description: "Link screenshots and videos here if you have any"
27+
validations:
28+
required: false
29+
- type: textarea
30+
attributes:
31+
label: "Additional information"
32+
description: "Anything else you want to share?"
33+
validations:
34+
required: false

.github/ISSUE_TEMPLATE/contribution-request.md

Lines changed: 0 additions & 25 deletions
This file was deleted.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: "Contribution request"
2+
description: "Template for contribution requests"
3+
labels: [ enhancement ]
4+
body:
5+
- type: dropdown
6+
attributes:
7+
label: "Type"
8+
options: [ "New feature", "Bugfix", "Documentation", "Other" ]
9+
validations:
10+
required: true
11+
- type: input
12+
attributes:
13+
label: "If you chose 'other': Specify the contribution type"
14+
validations:
15+
required: false
16+
- type: textarea
17+
attributes:
18+
label: "Changes"
19+
description: "Please describe what you would like to change. Be as precise as possible."
20+
validations:
21+
required: true
22+
- type: textarea
23+
attributes:
24+
label: "Relevant issues"
25+
description: "Please link any relevant issues here."
26+
validations:
27+
required: false
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: "Feature request"
2+
description: "Template for feature requests"
3+
labels: [ enhancement ]
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: "Feature description"
8+
description: "Please describe the feature you want added in as much detail as possible."
9+
validations:
10+
required: true
11+
- type: textarea
12+
attributes:
13+
label: "Relevant issues"
14+
description: "Please link any relevant issues here."
15+
validations:
16+
required: false

0 commit comments

Comments
 (0)