From 380aa3217f16c120729429a6e6cbdd65f705383d Mon Sep 17 00:00:00 2001 From: Mathias Rasmussen Date: Thu, 25 Nov 2021 01:33:41 +0100 Subject: [PATCH] Update github issues templates --- .github/ISSUE_TEMPLATE/bug-report.md | 27 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 8 +++++++ .github/ISSUE_TEMPLATE/feature-request.md | 21 ++++++++++++++++++ .github/issue_template.md | 12 ---------- 4 files changed, 56 insertions(+), 12 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md delete mode 100644 .github/issue_template.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..407bd558 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,27 @@ +--- +name: Bug Report +about: Create a report to help us fix bugs in Betaflight Configurator +labels: "Template: Bug" +--- + + +### Describe the bug + + +### To Reproduce + + +### Expected behavior + + +### Setup + +- Configurator version: + + +``` +PASTE THE OUTPUT OF 'diff' HERE +``` + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..fc240d46 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Configuration and other support questions + url: https://github.com/betaflight/betaflight#support-and-developers-channel + about: Official Slack chat channel and Facebook group about Betaflight + - name: Hardware Issues + url: https://github.com/betaflight/betaflight#hardware-issues + about: What to do in the case of hardware issues diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..c5d91c1b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,21 @@ +--- +name: Feature Request +about: Suggest an idea for for a new feature for Betaflight Configurator +labels: "Template: Feature Request" +--- + + + + +### Is your feature request related to a problem? Please describe. + + +### Describe the solution you'd like + + +### Describe alternatives you've considered + + + + diff --git a/.github/issue_template.md b/.github/issue_template.md deleted file mode 100644 index 5c797982..00000000 --- a/.github/issue_template.md +++ /dev/null @@ -1,12 +0,0 @@ -# If your issue looks like a hardware fault or a configuration problem please don't raise an issue here. - -## Please consider using other user support options such as asking the manufacturer of the hardware you are using, RCGroups: https://rcgroups.com/forums/showthread.php?t=2464844, or Slack (registration at https://slack.betaflight.com/) or other user support forums & groups (e.g. Facebook). - -## If you believe there is an issue with the firmware itself please follow these steps: -1. Describe your problem; -2. Include ways to reproduce the problem; -3. Provide as much information as possible about your hardware and software, including: -- what hardware / software you are using; -- the version of all the software used; -- how things are connected / wired up. -4. Remove this Text :).