bug_report.yml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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: |
  30. The version of Memos you're using.
  31. description: |
  32. Provide the version of Memos you're using. Please use the following format: `v0.22.0` instead of `stable` or `latest`.
  33. validations:
  34. required: true
  35. - type: textarea
  36. attributes:
  37. label: Screenshots or additional context
  38. description: |
  39. 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.