BUG_REPORT.yml 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. name: "Bug report: Nextcloud Server"
  2. description: "Submit a report and help us improve Nextcloud Server"
  3. title: "[Bug]: "
  4. labels: ["bug", "0. Needs triage"]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. ### 👍 Thank you for contributing to our project!
  10. Please note this is a **free and open-source** project. Most people take on their own time to help you, so please, be patient.
  11. You can obtain [Enterprise support](https://nextcloud.com/support/) if you run Nextcloud Server in a mission critical environment.
  12. - type: checkboxes
  13. id: before-posting
  14. attributes:
  15. label: "⚠️ This issue respects the following points: ⚠️"
  16. description: All conditions are **required**. Your issue can be closed if these are checked incorrectly.
  17. options:
  18. - label: This is a **bug**, not a question or a configuration/webserver/proxy issue.
  19. required: true
  20. - label: This issue is **not** already reported on Github _(I've searched it)_.
  21. required: true
  22. - label: Nextcloud Server **is** up to date. See [Maintenance and Release Schedule](https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule) for supported versions.
  23. required: true
  24. - label: Nextcloud Server **is** running on 64bit capable CPU, PHP and OS.
  25. required: true
  26. - label: I agree to follow Nextcloud's [Code of Conduct](https://nextcloud.com/contribute/code-of-conduct/).
  27. required: true
  28. - type: textarea
  29. id: bug-description
  30. attributes:
  31. label: Bug description
  32. description: |
  33. Provide a description of the bug you're experiencing.
  34. Don't just expect someone will guess what your specific problem is and provide full details.
  35. validations:
  36. required: true
  37. - type: textarea
  38. id: reproduce
  39. attributes:
  40. label: Steps to reproduce
  41. description: |
  42. Describe the steps to reproduce the bug.
  43. The better your description is _(go 'here', click 'there'...)_ the fastest you'll get an _(accurate)_ answer.
  44. value: |
  45. 1.
  46. 2.
  47. 3.
  48. validations:
  49. required: true
  50. - type: textarea
  51. id: expected-behavior
  52. attributes:
  53. label: Expected behavior
  54. description: Describe what you expected to happen instead.
  55. validations:
  56. required: true
  57. - type: dropdown
  58. id: install-method
  59. attributes:
  60. label: Installation method
  61. description: |
  62. Select installation method you've used.
  63. _Describe the method in the "Additional info" section if you chose "Other"._
  64. options:
  65. - "Official All-in-One appliance"
  66. - "Community Web installer on a VPS or web space"
  67. - "Community Manual installation with Archive"
  68. - "Community Docker image"
  69. - "Community NextcloudPi appliance"
  70. - "Community SNAP package"
  71. - "Community VM appliance"
  72. - "Other Community project"
  73. - type: dropdown
  74. id: system
  75. attributes:
  76. label: Operating system
  77. description: |
  78. Select operating system where Nextcloud Server is installed.
  79. _Describe in the "Additional info" section if you chose "Other"._
  80. options:
  81. - "Debian/Ubuntu"
  82. - "RHEL/CentOS"
  83. - "Other"
  84. - type: dropdown
  85. id: php
  86. attributes:
  87. label: PHP engine version
  88. description: |
  89. Select PHP engine version serving Nextcloud Server.
  90. _Describe in the "Additional info" section if you chose "Other"._
  91. options:
  92. - "PHP 7.3"
  93. - "PHP 7.4"
  94. - "PHP 8.0"
  95. - "PHP 8.1"
  96. - "Other"
  97. - type: dropdown
  98. id: webserver
  99. attributes:
  100. label: Web server
  101. description: |
  102. Select Webserver serving Nextcloud Server.
  103. _Describe in the "Additional info" section if you chose "Other"._
  104. options:
  105. - "Apache (supported)"
  106. - "Nginx"
  107. - "Lighttpd"
  108. - "Other"
  109. - type: dropdown
  110. id: database
  111. attributes:
  112. label: Database engine version
  113. description: |
  114. Select Database engine serving Nextcloud Server.
  115. _Describe in the "Additional info" section if you chose "Other"._
  116. options:
  117. - "MySQL"
  118. - "MariaDB"
  119. - "PostgreSQL"
  120. - "SQlite"
  121. - "Oracle"
  122. - "Other"
  123. - type: dropdown
  124. id: fresh
  125. attributes:
  126. label: Is this bug present after an update or on a fresh install?
  127. description: |
  128. Select if bug is present after an update or on a fresh install.
  129. options:
  130. - "Updated from a minor version (ex. 22.2.3 to 22.2.4)"
  131. - "Updated to a major version (ex. 22.2.3 to 23.0.1)"
  132. - "Fresh Nextcloud Server install"
  133. - type: dropdown
  134. id: encryption
  135. attributes:
  136. label: Are you using the Nextcloud Server Encryption module?
  137. description: Select if encryption is Enabled on your Nextcloud Server.
  138. options:
  139. - "Encryption is Enabled"
  140. - "Encryption is Disabled"
  141. - type: checkboxes
  142. id: users
  143. attributes:
  144. label: What user-backends are you using?
  145. description: |
  146. Select **all** user-backends Enabled on your Nextcloud Server.
  147. _Describe in the "Additional info" section if you chose "Other"._
  148. options:
  149. - label: "Default user-backend _(database)_"
  150. - label: "LDAP/ Active Directory"
  151. - label: "SSO - SAML"
  152. - label: "Other"
  153. - type: textarea
  154. id: configs
  155. attributes:
  156. label: Configuration report
  157. description: |
  158. Provide information about your configuration.
  159. To get this information, execute one of the following commands on the CLI:
  160. ```shell
  161. sudo -u www-data php occ config:list system
  162. php occ config:list system
  163. ./occ config:list system
  164. ```
  165. > NOTE: This will be automatically formatted into code for better readability.
  166. render: shell
  167. - type: textarea
  168. id: apps
  169. attributes:
  170. label: List of activated Apps
  171. description: |
  172. Provide information about your apps.
  173. To get this information, execute one of the following commands on the CLI:
  174. ```shell
  175. sudo -u www-data php occ app:list
  176. php occ app:list
  177. ./occ app:list
  178. ```
  179. > NOTE: This will be automatically formatted into code for better readability.
  180. render: shell
  181. validations:
  182. required: true
  183. - type: textarea
  184. id: nextcloud-signingstatus
  185. attributes:
  186. label: Nextcloud Signing status
  187. description: |
  188. Provide Nextcloud Signing status.
  189. First, login as Admin user into your Nextcloud, then access this URL:
  190. ```shell
  191. https://yournextcloud.tld/index.php/settings/integrity/failed
  192. ```
  193. > NOTE: This will be automatically formatted into code for better readability.
  194. render: shell
  195. - type: textarea
  196. id: nextcloud-log
  197. attributes:
  198. label: Nextcloud Logs
  199. description: |
  200. Provide Nextcloud logs lines.
  201. Copy all contents from `data/nextcloud.log` or a RAW from `/settings/admin/logging` section:
  202. > NOTE: This will be automatically formatted into code for better readability.
  203. render: shell
  204. - type: textarea
  205. id: additional-info
  206. attributes:
  207. label: Additional info
  208. description: Any additional information related to the issue (ex. browser console errors, software versions).