Skip to content

Commit 667516f

Browse files
authored
Merge pull request #400 from ejsears/fix-issues
Add issue templates for bug reports, feature requests, and general is…
2 parents 3475d43 + 9a669ae commit 667516f

5 files changed

Lines changed: 70 additions & 62 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ body:
99
value: |
1010
Thanks for taking the time to fill out this issue!
1111
- type: textarea
12-
id: Other issue
12+
id: other
1313
attributes:
1414
label: What is the issue?
15-
description: Please give us a detailed explanation of your issue if it isn't covered by a bug report or
16-
feature request.
15+
description: Please give us a detailed explanation of your issue if it isn't covered by a bug report or feature
16+
request.
1717
placeholder: Overview of the issue
1818
value: "I have an issue"
1919
validations:
20-
required: true
20+
required: true

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 38 deletions
This file was deleted.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: Bug Report
2+
description: File a bug report.
3+
title: "[Bug]: "
4+
labels: ["bug", "triage"]
5+
projects: ["ArmoredTurtle/AFC-Klipper-Add-On"]
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thanks for taking the time to fill out this bug report!
11+
- type: textarea
12+
id: what-happened
13+
attributes:
14+
label: What happened?
15+
description: Also tell us, what did you expect to happen?
16+
placeholder: Tell us what you see!
17+
value: "A bug happened!"
18+
validations:
19+
required: true
20+
- type: textarea
21+
id: version
22+
attributes:
23+
label: Version
24+
description: What version of our software are you running (if known)?
25+
value: "version"
26+
validations:
27+
required: true
28+
- type: textarea
29+
id: logs
30+
attributes:
31+
label: Relevant log output
32+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
33+
render: shell

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: Feature Request
2+
description: Request a new feature.
3+
title: "[Enhancement]: "
4+
labels: ["enhancement", "triage"]
5+
projects: ["ArmoredTurtle/AFC-Klipper-Add-On"]
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thanks for taking the time to fill out this feature request!
11+
- type: textarea
12+
id: requested-feature
13+
attributes:
14+
label: What are you looking to see?
15+
description: Please give us a detailed explanation of what you would like to see!
16+
placeholder: Tell us what you see!
17+
value: "I have a feature request"
18+
validations:
19+
required: true
20+
- type: textarea
21+
id: why
22+
attributes:
23+
label: Why do you want this feature?
24+
description: What will this feature do or how will it improve the experience for all users?
25+
placeholder: I want this feature because...
26+
value: "I think it is a good idea because..."
27+
validations:
28+
required: true
29+
- type: textarea
30+
id: other
31+
attributes:
32+
label: Any other input or comments should go here.
33+
description: Please provide any other information or comments here.

0 commit comments

Comments
 (0)