BUG_REPORT.yml 8.2 KB

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