bug_report.yml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. name: Bug Report
  2. description: Create a report to help us improve the PreMiD Store
  3. labels: [bug, needs repro]
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: Before submitting a new issue, ensure your bug hasn't already been reported. If it has, reply to the open issue instead.
  8. - type: textarea
  9. id: reproduction
  10. validations:
  11. required: true
  12. attributes:
  13. label: Steps to Reproduce
  14. description: Provide clear and unambiguous steps on how to reproduce the bug
  15. placeholder: |
  16. 1. Go to this link
  17. 2. Click on this
  18. 3. Observe that
  19. - type: input
  20. id: expected_behavior
  21. validations:
  22. required: true
  23. attributes:
  24. label: Expected Behavior
  25. description: Describe what you expected to happen
  26. - type: input
  27. id: actual_behavior
  28. validations:
  29. required: true
  30. attributes:
  31. label: Actual Behavior
  32. description: Describe what actually happened
  33. - type: input
  34. id: page_url
  35. validations:
  36. required: true
  37. attributes:
  38. label: Page URL
  39. description: The URL you were visiting when the bug happens
  40. - type: textarea
  41. id: screenshots
  42. attributes:
  43. label: Screenshots
  44. description: Optionally, add some screenshots to show the issue
  45. - type: input
  46. id: os
  47. validations:
  48. required: true
  49. attributes:
  50. label: Operating System
  51. description: E.g. Windows 11, macOS 12, etc
  52. - type: input
  53. id: browser
  54. validations:
  55. required: true
  56. attributes:
  57. label: Browser and Version
  58. description: Include the type of browser you use AND the browser version
  59. - type: textarea
  60. id: additional_comments
  61. attributes:
  62. label: Additional Comments
  63. description: Optionally, add further comments which may enhance the issue