~ruther/qmk_firmware

34ba7f1c18a6924f47947e76b32d7620411d1e7a — Ryan 3 years ago d412854
Bug report template: require `qmk doctor` output (#16517)

1 files changed, 12 insertions(+), 13 deletions(-)

M .github/ISSUE_TEMPLATE/bug_report.md
M .github/ISSUE_TEMPLATE/bug_report.md => .github/ISSUE_TEMPLATE/bug_report.md +12 -13
@@ 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