bug_report.yml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. name: Bug report
  2. description: Create a report to help us improve QMK Firmware.
  3. title: "[Bug] "
  4. labels: ["bug", "help wanted"]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. Provide a general summary of the bug in the title above.
  10. - type: textarea
  11. attributes:
  12. label: Describe the Bug
  13. description: A clear and concise description of what the bug is.
  14. - type: input
  15. attributes:
  16. label: Keyboard Used
  17. description: The name of the keyboard from the `make` or `qmk compile`/`qmk flash` commands, eg. `planck/rev6`.
  18. - type: input
  19. attributes:
  20. label: Link to product page (if applicable)
  21. - type: input
  22. attributes:
  23. label: Operating System
  24. - type: textarea
  25. attributes:
  26. label: qmk doctor Output
  27. description: Output from running the `qmk doctor` command.
  28. render: text
  29. - type: checkboxes
  30. attributes:
  31. label: Is AutoHotKey / Karabiner installed
  32. options:
  33. - label: AutoHotKey (Windows)
  34. - label: Karabiner (macOS)
  35. - type: input
  36. attributes:
  37. label: Other keyboard-related software installed
  38. - type: textarea
  39. attributes:
  40. label: Additional Context
  41. description: Add any other relevant information about the problem here.