bug.yml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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. - OneDrive: 23.226
  30. - LibreOffice: 7.1.4
  31. value: |
  32. - Operating System:
  33. - Cryptomator:
  34. - …
  35. validations:
  36. required: true
  37. - type: dropdown
  38. id: volume-type
  39. attributes:
  40. label: Volume Type
  41. description: What volume type is selected under Settings → Virtual Drive?
  42. options:
  43. - WinFsp
  44. - WinFsp (Local Drive)
  45. - FUSE-T
  46. - macFUSE
  47. - FUSE
  48. - WebDAV (Windows Explorer)
  49. - WebDAV (AppleScript)
  50. - WebDAV (gio)
  51. - WebDAV (HTTP Address)
  52. - Dokany (1.5)
  53. validations:
  54. required: false
  55. - type: textarea
  56. id: reproduction-steps
  57. attributes:
  58. label: Steps to Reproduce
  59. value: |
  60. 1. [First Step]
  61. 2. [Second Step]
  62. 3. …
  63. validations:
  64. required: true
  65. - type: textarea
  66. id: expected-behaviour
  67. attributes:
  68. label: Expected Behavior
  69. placeholder: What you expect to happen.
  70. validations:
  71. required: true
  72. - type: textarea
  73. id: actual-behaviour
  74. attributes:
  75. label: Actual Behavior
  76. placeholder: What actually happens.
  77. validations:
  78. required: true
  79. - type: dropdown
  80. id: reproducibility
  81. attributes:
  82. label: Reproducibility
  83. description: How often does the described behaviour occur?
  84. options:
  85. - Always
  86. - Intermittent
  87. - Only once
  88. validations:
  89. required: true
  90. - type: textarea
  91. id: logs
  92. attributes:
  93. label: Relevant Log Output
  94. description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
  95. render: shell
  96. - type: textarea
  97. id: further-info
  98. attributes:
  99. label: Anything else?
  100. description: Links? References? Screenshots? Configurations? Any data that might be necessary to reproduce the issue?