From 3262f54100ed7377e33cc74b7c5fec22d05d5ad6 Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Sun, 24 Jul 2022 03:35:27 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..da90a7cc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Report crashes or unexpected behavior +title: '' +labels: bug +assignees: '' + +--- + +**Hardware** +- CPU: +- GPU: +- SDR: (Remote or local? If remote, what protocol?) + +**Bug Description** +A clear description of the bug. + +**Steps To Reproduce** +1. ... +2. ... +3. ... + +**Screenshots** +Add any screenshot that is relevant to the bug (GUI error messages, strange behavior, graphics glitch, etc...). + +**Additional info** +Add any other relevant information.