diff options
author | Ryan <fauxpark@gmail.com> | 2022-03-04 15:43:55 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-03 20:43:55 -0800 |
commit | 34ba7f1c18a6924f47947e76b32d7620411d1e7a (patch) | |
tree | d306339e173541e48930bc5717fc4b610f907975 /.github | |
parent | d412854e37a53d35e567af3dc5c452d64c570fdd (diff) | |
download | qmk_firmware-34ba7f1c18a6924f47947e76b32d7620411d1e7a.tar.gz qmk_firmware-34ba7f1c18a6924f47947e76b32d7620411d1e7a.zip |
Bug report template: require `qmk doctor` output (#16517)
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 25 |
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 |