]> git.donarmstrong.com Git - qmk_firmware.git/blob - .github/ISSUE_TEMPLATE/bug_report.md
[Keyboard] Snagpad Configurator bugfix and readme refactor (#6381)
[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 optional and can be removed, but is here to help both you and us. -->
8 <!--- Anything on lines wrapped in comments like these will not show up in the final text. -->
9
10 ## Describe the Bug
11
12 <!-- A clear and concise description of what the bug is. -->
13
14 ## System Information
15
16  - Keyboard:  
17    - Revision (if applicable):  
18  - Operating system:
19  - AVR GCC version: 
20 <!-- Run `avr-gcc --version` to find this out. -->
21  - ARM GCC version: 
22 <!-- Run `arm-none-eabi-gcc --version` to find this out. -->
23  - QMK Firmware version:
24 <!-- Run `git describe --abbrev=0 --tags` to find this out. -->
25  - Any keyboard related software installed? 
26    - [ ] AutoHotKey
27    - [ ] Karabiner
28    - [ ] Other:
29
30 ## Additional Context
31
32 <!-- Add any other relevant information about the problem here. -->