]> git.donarmstrong.com Git - qmk_firmware.git/blob - .github/ISSUE_TEMPLATE/bug_report.md
a4f90389b0f0ed95fbb47d236d76bae8a3129736
[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 <!-- Provide a general summary of the bug in the Title above -->
6
7 <!-- This template is entirely option and can be removed, but is here to help both you and us. -->
8 <!-- This text and anything on lines wrapped like this one will not show up in the final text. This text is to help us and you. -->
9
10 **Describe the bug**
11
12 <!-- A clear and concise description of what the bug is. -->
13
14 **System Information**
15  - Keyboard:  
16    - Revision (if applicable):  
17  - Operating System:
18  - avr-gcc version: 
19 <!-- Run `avr-gcc --version` to find out -->
20  - arm gcc version: 
21 <!-- Run `arm-none-eabi-gcc --version` to find out -->
22  - QMK Firmware version:
23 <!-- You can run `git describe --abbrev=0 --tags` to find this out -->
24  - Any keyboard related software installed? 
25    - [ ] Auto Hot Key
26    - [ ] Karabiner
27    - [ ] Other
28
29 **Additional context**
30
31 <!-- Add any other context about the problem here. -->