bug.yaml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. name: 🐞 Bug
  2. description: File a bug/issue
  3. title: "[BUG] <title>"
  4. labels: [Bug, Needs Triage]
  5. body:
  6. - type: checkboxes
  7. attributes:
  8. label: Is there an existing issue for this?
  9. description: Please search to see if an issue already exists for the bug you encountered.
  10. options:
  11. - label: I have searched the existing issues
  12. required: true
  13. - type: textarea
  14. attributes:
  15. label: Current Behavior
  16. description: A concise description of what you're experiencing.
  17. validations:
  18. required: false
  19. - type: textarea
  20. attributes:
  21. label: Expected Behavior
  22. description: A concise description of what you expected to happen.
  23. validations:
  24. required: false
  25. - type: textarea
  26. attributes:
  27. label: Steps To Reproduce
  28. description: Steps to reproduce the behavior.
  29. placeholder: |
  30. 1. In this environment...
  31. 2. With this config...
  32. 3. Tap '...'
  33. 4. See error...
  34. validations:
  35. required: false
  36. - type: textarea
  37. attributes:
  38. label: Environment
  39. description: |
  40. You can check the version and build number in the bottom of in-app settings.
  41. examples:
  42. - **Device**: iPhone X
  43. - **OS**: iOS 15.3
  44. - **Version**: v1.3.0
  45. - **Build**: 103
  46. value: |
  47. - Device:
  48. - OS:
  49. - Version:
  50. - Build:
  51. render: markdown
  52. validations:
  53. required: false
  54. - type: textarea
  55. attributes:
  56. label: Anything else?
  57. description: |
  58. The server domain? Post links? Anything that will give us more context about the issue you are encountering!
  59. Tip: You can attach images or video or log files by clicking this area to highlight it and then dragging files in.
  60. validations:
  61. required: false