summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-03-04 15:43:55 +1100
committerGitHub <noreply@github.com>2022-03-03 20:43:55 -0800
commit34ba7f1c18a6924f47947e76b32d7620411d1e7a (patch)
treed306339e173541e48930bc5717fc4b610f907975 /.github/ISSUE_TEMPLATE
parentd412854e37a53d35e567af3dc5c452d64c570fdd (diff)
Bug report template: require `qmk doctor` output (#16517)
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md25
1 files changed, 12 insertions, 13 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 57b415f7b3..81561eaba6 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -18,19 +18,18 @@ assignees: ''
## System Information
- - Keyboard:
- - Revision (if applicable):
- - Operating system:
- - AVR GCC version:
-<!-- Run `avr-gcc --version` to find this out. -->
- - ARM GCC version:
-<!-- Run `arm-none-eabi-gcc --version` to find this out. -->
- - QMK Firmware version:
-<!-- Run `git describe --abbrev=0 --tags` to find this out. -->
- - Any keyboard related software installed?
- - [ ] AutoHotKey
- - [ ] Karabiner
- - [ ] Other:
+**Keyboard:**
+**Revision (if applicable):**
+**Operating system:**
+**`qmk doctor` output:**
+```
+(Paste output here)
+```
+
+**Any keyboard related software installed?**
+ - [ ] AutoHotKey (Windows)
+ - [ ] Karabiner (macOS)
+ - [ ] Other:
## Additional Context