bug_report.yaml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. name: Bug Report
  2. description: Create a bug report to help us improve
  3. title: "[Bug]: "
  4. body:
  5. - type: textarea
  6. id: desc
  7. attributes:
  8. label: Bug Description
  9. description: A clear and concise description of what the bug is
  10. validations:
  11. required: true
  12. - type: textarea
  13. id: reproduce
  14. attributes:
  15. label: How to Reproduce
  16. description: What steps can we take to reproduce this behavior?
  17. validations:
  18. required: true
  19. - type: textarea
  20. id: expected
  21. attributes:
  22. label: Expected Behavior
  23. description: A clear and concise description of what you expected to happen
  24. validations:
  25. required: true
  26. - type: input
  27. id: os
  28. attributes:
  29. label: Operating System
  30. description: What OS are you seeing this bug on?
  31. validations:
  32. required: true
  33. - type: input
  34. id: version
  35. attributes:
  36. label: AppFlowy Version(s)
  37. description: What version(s) of AppFlowy do you see this bug on?
  38. validations:
  39. required: true
  40. - type: textarea
  41. id: screenshots
  42. attributes:
  43. label: Screenshots
  44. description: If applicable, please add screenshots to help explain your problem
  45. - type: textarea
  46. id: context
  47. attributes:
  48. label: Additional Context
  49. description: Add any additonal context about the problem here