From 17f08f1fb7ae8cc97f1a0fa3baed84deb5e3f4ef Mon Sep 17 00:00:00 2001 From: Mathias Rasmussen Date: Fri, 15 Jan 2021 18:43:45 +0100 Subject: [PATCH] chore: Add issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 19 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 7 +++++++ 2 files changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..fe2f5e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,19 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' +--- + +**Describe the bug** +A description of what the bug is. + +**Expected behavior** +A description of what you expected to happen. + +**Configuration:** + - Bluejay version: [e.g. 0.6] + - ESC variant: [e.g. A_H_5_24] + - Bidirectional DShot: [e.g. On/Off/Either] + - FC firmware: [e.g. Betaflight 4.2.6] diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..afb496d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,7 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: 'feature request' +assignees: '' +---