You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
959 B

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