bug_report.yml 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. name: Bug Report
  2. description: Create a report to help us improve
  3. labels: [bug]
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: |
  8. If you are reporting a new issue, make sure that we do not have any duplicates already open. You can ensure this by searching the issue list for this repository. If there is a duplicate, please close your issue and add a comment to the existing issue instead.
  9. - type: textarea
  10. attributes:
  11. label: Describe the bug
  12. description: |
  13. Briefly describe the problem you are having in a few paragraphs.
  14. validations:
  15. required: true
  16. - type: textarea
  17. attributes:
  18. label: Steps to reproduce
  19. description: |
  20. Provide the steps to reproduce the issue.
  21. placeholder: |
  22. 1. Go to '...'
  23. 2. Click on '....'
  24. 3. See error
  25. validations:
  26. required: true
  27. - type: textarea
  28. attributes:
  29. label: Screenshots or additional context
  30. description: |
  31. Add screenshots or any other context about the problem.