bug.yml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. name: Bug Report
  2. description: Create a report to help us improve
  3. labels: ["type:bug"]
  4. body:
  5. - type: checkboxes
  6. id: terms
  7. attributes:
  8. label: Please agree to the following
  9. options:
  10. - label: I have searched [existing issues](https://github.com/cryptomator/cryptomator/issues?q=) for duplicates
  11. required: true
  12. - label: I agree to follow this project's [Code of Conduct](https://github.com/cryptomator/cryptomator/blob/develop/.github/CODE_OF_CONDUCT.md)
  13. required: true
  14. - type: input
  15. id: summary
  16. attributes:
  17. label: Summary
  18. placeholder: Please summarize your problem.
  19. validations:
  20. required: true
  21. - type: textarea
  22. id: software-versions
  23. attributes:
  24. label: What software is involved?
  25. description: |
  26. Examples:
  27. - Operating System: Windows 10
  28. - Cryptomator: 1.5.16
  29. - LibreOffice: 7.1.4
  30. value: |
  31. - Operating System:
  32. - Cryptomator:
  33. - …
  34. validations:
  35. required: true
  36. - type: dropdown
  37. id: volume-type
  38. attributes:
  39. label: Volume Type
  40. description: What volume type is selected under Settings → Virtual Drive?
  41. options:
  42. - WinFsp
  43. - WinFsp (Local Drive)
  44. - FUSE-T
  45. - macFUSE
  46. - FUSE
  47. - WebDAV (Windows Explorer)
  48. - WebDAV (AppleScript)
  49. - WebDAV (gio)
  50. - WebDAV (HTTP Address)
  51. - Dokany (1.5)
  52. validations:
  53. required: false
  54. - type: textarea
  55. id: reproduction-steps
  56. attributes:
  57. label: Steps to Reproduce
  58. value: |
  59. 1. [First Step]
  60. 2. [Second Step]
  61. 3. …
  62. validations:
  63. required: true
  64. - type: textarea
  65. id: expected-behaviour
  66. attributes:
  67. label: Expected Behavior
  68. placeholder: What you expect to happen.
  69. validations:
  70. required: true
  71. - type: textarea
  72. id: actual-behaviour
  73. attributes:
  74. label: Actual Behavior
  75. placeholder: What actually happens.
  76. validations:
  77. required: true
  78. - type: dropdown
  79. id: reproducibility
  80. attributes:
  81. label: Reproducibility
  82. description: How often does the described behaviour occur?
  83. options:
  84. - Always
  85. - Intermittent
  86. - Only once
  87. validations:
  88. required: true
  89. - type: textarea
  90. id: logs
  91. attributes:
  92. label: Relevant Log Output
  93. description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
  94. render: shell
  95. - type: textarea
  96. id: further-info
  97. attributes:
  98. label: Anything else?
  99. description: Links? References? Screenshots? Configurations? Any data that might be necessary to reproduce the issue?