01_bug_report.yml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. name: Bug report
  2. description: File a bug reports regarding the app.
  3. labels: ["bug"]
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: |
  8. Thank you for taking the time to fill out an issue, this template is meant for any issues related to application.
  9. - type: textarea
  10. id: description
  11. attributes:
  12. label: Describe the bug.
  13. description: "A clear and concise description of what the bug is."
  14. validations:
  15. required: true
  16. - type: textarea
  17. id: repro
  18. attributes:
  19. label: Reproduction
  20. description: "How can this bug be reproduced?"
  21. placeholder: |
  22. 1. Switch on...
  23. 2. Press button '....'
  24. 3. Wait for the moon phase
  25. 4. It burns
  26. validations:
  27. required: true
  28. - type: input
  29. id: target
  30. attributes:
  31. label: Target Framework
  32. description: Specify the target
  33. # Target seems to be largely ignored by outside sources.
  34. - type: textarea
  35. id: logs
  36. attributes:
  37. label: Logs
  38. description: Attach your debug logs here
  39. render: Text
  40. # Avoid rendering as Markdown here.
  41. - type: textarea
  42. id: anything-else
  43. attributes:
  44. label: Anything else?
  45. description: Let us know if you have anything else to share.