Skip to content

Commit ff68a8e

Browse files
committed
docs: improve issue template
1 parent e37f247 commit ff68a8e

File tree

4 files changed

+40
-58
lines changed

4 files changed

+40
-58
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 38 deletions
This file was deleted.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: 🐛 Bug report
2+
description: Create a report to help us improve Harmonix
3+
body:
4+
- type: textarea
5+
id: reproduction
6+
attributes:
7+
label: Reproduction
8+
description: Please provide a link to a minimal reproduction of the issue.
9+
placeholder: Reproduction
10+
- type: textarea
11+
id: description
12+
attributes:
13+
label: Describe the bug
14+
description: A clear and concise description of what the bug is.
15+
placeholder: Bug description
16+
validations:
17+
required: true
18+
- type: textarea
19+
id: additional
20+
attributes:
21+
label: Additional context
22+
description: Add any other context about the problem here.
23+
placeholder: Additional context
24+
- type: textarea
25+
id: expected
26+
attributes:
27+
label: Expected behavior
28+
description: A clear and concise description of what you expected to happen.
29+
placeholder: Expected behavior

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: 🚀 Feature request
2+
description: Suggest a feature that will improve Harmonix
3+
body:
4+
- type: textarea
5+
id: description
6+
attributes:
7+
label: Describe the feature
8+
description: A clear and concise description of what you think would improve Harmonix.
9+
placeholder: Feature description
10+
validations:
11+
required: true

0 commit comments

Comments
 (0)