bug_report.yml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. name: Bug Report
  2. description: If something isn't working as expected
  3. labels: [bug]
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: |
  8. Before submitting a bug report, please check if the issue is already present in the issues. If it is, please add a reaction to the issue. If it isn't, please fill out the form below.
  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: input
  28. attributes:
  29. label: The version of Memos you're using
  30. description: |
  31. Provide the version of Memos you're using.
  32. validations:
  33. required: true
  34. - type: textarea
  35. attributes:
  36. label: Screenshots or additional context
  37. description: |
  38. If applicable, add screenshots to help explain your problem. And add any other context about the problem here. Such as the device you're using, etc.