Skip to content

Commit 5eed5da

Browse files
authored
Merge pull request #562 from McGiverGim/move_issues_form
Move issues to Github forms
2 parents b1ab529 + ec41362 commit 5eed5da

File tree

4 files changed

+88
-45
lines changed

4 files changed

+88
-45
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 0 additions & 24 deletions
This file was deleted.
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
name: Bug Report
2+
description: Create a report to help us fix bugs in Betaflight Blackbox Explorer.
3+
labels: ["Template: Bug"]
4+
body:
5+
6+
- type: markdown
7+
attributes:
8+
value: |
9+
# Please fill all the fields with the required information
10+
11+
- type: textarea
12+
attributes:
13+
label: Describe the bug
14+
description: A clear and concise description of what the bug is.
15+
validations:
16+
required: true
17+
18+
- type: textarea
19+
attributes:
20+
label: To Reproduce
21+
description: Steps to reproduce the behavior.
22+
validations:
23+
required: true
24+
25+
- type: textarea
26+
attributes:
27+
label: Expected behavior
28+
description: A clear and concise description of what you expected to happen.
29+
validations:
30+
required: true
31+
32+
- type: markdown
33+
attributes:
34+
value: |
35+
# Setup
36+
37+
- type: input
38+
attributes:
39+
label: Betaflight Blackbox Explorer version
40+
description: Specify the version of the Betaflight Blackbox Explorer (as displayed in the app).
41+
validations:
42+
required: true
43+
44+
- type: markdown
45+
attributes:
46+
value: |
47+
# Other information
48+
49+
- type: textarea
50+
attributes:
51+
label: Add any other context about the problem that you think might be relevant here
52+
description: If this bug is related to a blackbox log please post it here too.

.github/ISSUE_TEMPLATE/feature-request.md

Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: Feature Request
2+
description: Suggest a new feature idea for Betaflight Blackbox Explorer.
3+
labels: ["Template: Feature Request"]
4+
body:
5+
6+
- type: markdown
7+
attributes:
8+
value: |
9+
**Please note that feature requests are not 'fire and forget'.**
10+
It is a lot more likely that the feature you would like to have will be implemented if you keep watching your feature request, and provide more details to developers looking into implementing your feature, and help them with testing.
11+
12+
- type: textarea
13+
attributes:
14+
label: Is your feature request related to a problem? Please describe
15+
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...].
16+
validations:
17+
required: true
18+
19+
- type: textarea
20+
attributes:
21+
label: Describe the solution you'd like
22+
description: A clear and concise description of what you want to happen.
23+
validations:
24+
required: true
25+
26+
- type: textarea
27+
attributes:
28+
label: Describe alternatives you've considered
29+
description: A clear and concise description of any alternative solutions or features you've considered.
30+
validations:
31+
required: true
32+
33+
- type: textarea
34+
attributes:
35+
label: Other information
36+
description: Add any other context or screenshots about the feature request that you think might be relevant here.

0 commit comments

Comments
 (0)