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.

37 lines
1013 B

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