bug_report.yml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. name: 🐛 Bug Report
  2. description: Create a report to help us improve
  3. title: "[Bug] "
  4. labels: ["bug-report"]
  5. body:
  6. - type: input
  7. attributes:
  8. label: RT-Thread Version
  9. description: |
  10. Which version/branch/git-hash of RT-Thread are you using?
  11. validations:
  12. required: true
  13. - type: input
  14. attributes:
  15. label: Hardware Type/Architectures
  16. description: Specify your Hardware/BSP model.
  17. validations:
  18. required: true
  19. - type: dropdown
  20. attributes:
  21. label: Develop Toolchain
  22. description: which toolchain are you using?
  23. options:
  24. - Other
  25. - RT-Thread Studio
  26. - Microsoft VScode
  27. - MDK Keil
  28. - IAR
  29. - GCC
  30. validations:
  31. required: true
  32. - type: textarea
  33. attributes:
  34. label: Describe the bug
  35. description: A clear and concise description of the bug.
  36. placeholder: |
  37. 1. Steps to reproduce the behavior
  38. 2. Expected behavior
  39. 3. Add screenshot / media if you have them
  40. validations:
  41. required: true
  42. - type: textarea
  43. attributes:
  44. label: Other additional context
  45. description: Add any other context about the problem here.