bug_report.yml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. name: Bug report
  2. description: Create a report to help us improve
  3. title: "[BUG]: <Context of the issue>"
  4. labels: bug
  5. assignees: AykutSarac
  6. body:
  7. - type: textarea
  8. id: description
  9. attributes:
  10. label: Issue description
  11. description: |
  12. Describe the issue in as much detail as possible.
  13. Tip: You can attach images or log files by clicking this area to highlight it and then dragging files into it.
  14. placeholder: |
  15. Steps to reproduce with below code sample:
  16. 1. do thing
  17. 2. click...
  18. 3. observe behavior
  19. 4. see error logs below
  20. validations:
  21. required: true
  22. - type: textarea
  23. id: media
  24. attributes:
  25. label: Media & Screenshots
  26. description: Include screenshots or video of reproduction as much as possible
  27. render: md
  28. - type: textarea
  29. id: os
  30. attributes:
  31. label: Operating system
  32. description: Which OS does your application run on?
  33. value: |
  34. - OS: [e.g. iOS]:
  35. - Browser [e.g. chrome, safari]:
  36. - Any other details...
  37. - type: dropdown
  38. id: priority
  39. attributes:
  40. label: Priority this issue should have
  41. description: Please be realistic. If you need to elaborate on your reasoning, please use the Issue description field above.
  42. options:
  43. - Low (slightly annoying)
  44. - Medium (should be fixed soon)
  45. - High (immediate attention needed)
  46. validations:
  47. required: true