]> git.donarmstrong.com Git - qmk_firmware.git/blob - .github/ISSUE_TEMPLATE/bug_report.md
ed5d56ce32b85dc0d1f8151aa979b32161359cb5
[qmk_firmware.git] / .github / ISSUE_TEMPLATE / bug_report.md
1 ---
2 name: Bug report
3 about: Create a report to help us improve the QMK Firmware
4 ---
5
6 **Describe the bug**
7
8 A clear and concise description of what the bug is.
9
10 **System Information**
11  - Keyboard:  
12    - Revision (if applicable):  
13  - Operating System:
14  - avr-gcc version: 
15    (Run `avr-gcc --version` to find out)
16  - arm gcc version: 
17    (Run `arm-none-eabi-gcc --version` to find out)
18  - QMK Firmware version:
19    (you can run `git describe --abbrev=0 --tags` to find this out)
20  - Any keyboard related software installed? 
21    - [ ] Auto Hot Key
22    - [ ] Karabiner
23    - [ ] Other
24
25 **Additional context**
26
27 Add any other context about the problem here.