bug-report.yml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. name: 🐞 Bug Report
  2. description: File a bug report.
  3. labels: ['bug', 'triage']
  4. assignees:
  5. - CorentinTh
  6. body:
  7. - type: markdown
  8. attributes:
  9. value: |
  10. Thanks for taking the time to fill out this bug report!
  11. - type: textarea
  12. id: bug-description
  13. attributes:
  14. label: Describe the bug
  15. description: A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description. Thanks!
  16. placeholder: Bug description
  17. validations:
  18. required: true
  19. - type: textarea
  20. id: what-happened
  21. attributes:
  22. label: What happened?
  23. description: Also tell us, what did you expect to happen? If you have a screenshot, you can paste it here.
  24. placeholder: Tell us what you see!
  25. value: 'A bug happened!'
  26. validations:
  27. required: true
  28. - type: textarea
  29. id: version
  30. attributes:
  31. label: System information
  32. description: What is you environment? You can use the `npx envinfo --system --browsers` command to get this information.
  33. validations:
  34. required: true
  35. - type: dropdown
  36. id: app-type
  37. attributes:
  38. label: Where did you encounter the bug?
  39. options:
  40. - Public app (it-tools.tech)
  41. - A self hosted
  42. - Other (installations, docker, etc.)
  43. validations:
  44. required: true