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.