From 6b93817d35fa581c48e764d1f00e981f3931af83 Mon Sep 17 00:00:00 2001 From: Wolfgang <24637325+seeul8er@users.noreply.github.com> Date: Wed, 8 May 2024 17:45:18 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 34 +++++++++++++++++++ ...issue-making-dronebridge-for-esp32-work.md | 10 ++++++ 2 files changed, 44 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/general-question-or-issue-making-dronebridge-for-esp32-work.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..1b12198 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,34 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Check the [Wiki](https://github.com/DroneBridge/ESP32/wiki/Troubleshooting) first!** + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**DroneBridge for ESP32 version:** + - Release: vX.xx + - Browser [e.g. chrome, safari] + - ESP32 version: e.g. ESP32, ESP32C3, ESP32S3 + +**Additional context** +Add any other context about the problem here. Log-Output may be helpful in case of more complex issues. diff --git a/.github/ISSUE_TEMPLATE/general-question-or-issue-making-dronebridge-for-esp32-work.md b/.github/ISSUE_TEMPLATE/general-question-or-issue-making-dronebridge-for-esp32-work.md new file mode 100644 index 0000000..14be304 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/general-question-or-issue-making-dronebridge-for-esp32-work.md @@ -0,0 +1,10 @@ +--- +name: General Question or Issue making DroneBridge for ESP32 work +about: Should be on Discord +title: '' +labels: '' +assignees: '' + +--- + +**[Please post your issue in the discord channel. Github is for bug-reports or feature requests only!](https://discord.gg/pqmHJNArE3)**