Skip to content

Commit 72a44db

Browse files
authored
Merge pull request #545 from mathiasvr/update-github-issue-template
Update github issues templates
2 parents 435410f + 340a495 commit 72a44db

File tree

4 files changed

+53
-12
lines changed

4 files changed

+53
-12
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Bug Report
3+
about: Create a report to help us fix bugs in Betaflight Blackbox Explorer
4+
labels: "Template: Bug"
5+
---
6+
<!-- This is a template that you must fill. If not, the message will be closed. So don't erase any subtitle in this template (they start with ###)
7+
and complete all of them -->
8+
9+
### Describe the bug
10+
<!-- A clear and concise description of what the bug is. -->
11+
12+
### To Reproduce
13+
<!-- Steps to reproduce the behavior -->
14+
15+
### Expected behavior
16+
<!-- A clear and concise description of what you expected to happen. -->
17+
18+
### Setup
19+
<!-- Specify the version of Betaflight Blackbox Explorer (as displayed in the app) -->
20+
- Blackbox Explorer version:
21+
22+
<!-- If this bug is related to a blackbox log please post it here -->
23+
24+
<!-- Add any other context about the problem that you think might be relevant here. -->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Configuration and other support questions
4+
url: https://github.com/betaflight/betaflight#support-and-developers-channel
5+
about: Official Slack chat channel and Facebook group about Betaflight
6+
- name: Hardware Issues
7+
url: https://github.com/betaflight/betaflight#hardware-issues
8+
about: What to do in the case of hardware issues
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Feature Request
3+
about: Suggest an idea for for a new feature for Betaflight Blackbox Explorer
4+
labels: "Template: Feature Request"
5+
---
6+
<!-- This is a template that you must fill. If not, the message will be closed. So don't erase any subtitle in this template (they start with ###)
7+
and complete all of them -->
8+
9+
<!-- Please note that feature requests are not 'fire and forget'. 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. -->
10+
11+
### Is your feature request related to a problem? Please describe.
12+
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
13+
14+
### Describe the solution you'd like
15+
<!-- A clear and concise description of what you want to happen. -->
16+
17+
### Describe alternatives you've considered
18+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
19+
20+
21+
<!-- Add any other context or screenshots about the feature request that you think might be relevant here. -->

.github/issue_template.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)