1
0

BUG_REPORT.yml 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  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: nextcloud-version
  67. attributes:
  68. label: Nextcloud Server version
  69. description: |
  70. Select Nextcloud Server version.
  71. _Versions not listed here are not maintained and not supported anymore_
  72. options:
  73. - "28"
  74. - "29"
  75. - "30"
  76. - "master"
  77. validations:
  78. required: true
  79. - type: dropdown
  80. id: system
  81. attributes:
  82. label: Operating system
  83. description: |
  84. Select operating system where Nextcloud Server is installed.
  85. _Describe in the "Additional info" section if you chose "Other"._
  86. options:
  87. - "Debian/Ubuntu"
  88. - "RHEL/CentOS"
  89. - "Other"
  90. - type: dropdown
  91. id: php
  92. attributes:
  93. label: PHP engine version
  94. description: |
  95. Select PHP engine version serving Nextcloud Server.
  96. _Describe in the "Additional info" section if you chose "Other"._
  97. options:
  98. - "PHP 8.3"
  99. - "PHP 8.2"
  100. - "PHP 8.1"
  101. - "PHP 8.0"
  102. - "Other"
  103. - type: dropdown
  104. id: webserver
  105. attributes:
  106. label: Web server
  107. description: |
  108. Select Webserver serving Nextcloud Server.
  109. _Describe in the "Additional info" section if you chose "Other"._
  110. options:
  111. - "Apache (supported)"
  112. - "Nginx"
  113. - "Other"
  114. - type: dropdown
  115. id: database
  116. attributes:
  117. label: Database engine version
  118. description: |
  119. Select Database engine serving Nextcloud Server.
  120. _Describe in the "Additional info" section if you chose "Other"._
  121. options:
  122. - "MySQL"
  123. - "MariaDB"
  124. - "PostgreSQL"
  125. - "SQlite"
  126. - "Oracle"
  127. - "Other"
  128. - type: dropdown
  129. id: fresh
  130. attributes:
  131. label: Is this bug present after an update or on a fresh install?
  132. description: |
  133. Select if bug is present after an update or on a fresh install.
  134. options:
  135. - "Updated from a MINOR version (ex. 28.0.1 to 28.0.2)"
  136. - "Upgraded to a MAJOR version (ex. 28 to 29)"
  137. - "Fresh Nextcloud Server install"
  138. - type: dropdown
  139. id: encryption
  140. attributes:
  141. label: Are you using the Nextcloud Server Encryption module?
  142. description: Select if encryption is Enabled on your Nextcloud Server.
  143. options:
  144. - "Encryption is Enabled"
  145. - "Encryption is Disabled"
  146. - type: checkboxes
  147. id: users
  148. attributes:
  149. label: What user-backends are you using?
  150. description: |
  151. Select **all** user-backends Enabled on your Nextcloud Server.
  152. _Describe in the "Additional info" section if you chose "Other"._
  153. options:
  154. - label: "Default user-backend _(database)_"
  155. - label: "LDAP/ Active Directory"
  156. - label: "SSO - SAML"
  157. - label: "Other"
  158. - type: textarea
  159. id: configs
  160. attributes:
  161. label: Configuration report
  162. description: |
  163. Provide information about your configuration.
  164. To get this information, execute one of the following commands on the CLI:
  165. ```shell
  166. sudo -u www-data php occ config:list system
  167. php occ config:list system
  168. ./occ config:list system
  169. ```
  170. > NOTE: This will be automatically formatted into code for better readability.
  171. render: json
  172. - type: textarea
  173. id: apps
  174. attributes:
  175. label: List of activated Apps
  176. description: |
  177. Provide information about your apps.
  178. To get this information, execute one of the following commands on the CLI:
  179. ```shell
  180. sudo -u www-data php occ app:list
  181. php occ app:list
  182. ./occ app:list
  183. ```
  184. > NOTE: This will be automatically formatted into code for better readability.
  185. render: shell
  186. - type: textarea
  187. id: nextcloud-signingstatus
  188. attributes:
  189. label: Nextcloud Signing status
  190. description: |
  191. Provide Nextcloud Signing status.
  192. First, login as Admin user into your Nextcloud, then access this URL:
  193. ```shell
  194. https://yournextcloud.tld/index.php/settings/integrity/failed
  195. ```
  196. > NOTE: This will be automatically formatted into code for better readability.
  197. render: shell
  198. - type: textarea
  199. id: nextcloud-log
  200. attributes:
  201. label: Nextcloud Logs
  202. description: |
  203. Provide relevant Nextcloud log entries (e.g. from the time period you reproduced the problem).
  204. Copy full individual entries from `data/nextcloud.log` or use `Copy raw entry` from `/settings/admin/logging` section:
  205. > NOTE: This will be automatically formatted into code for better readability.
  206. render: json
  207. - type: textarea
  208. id: additional-info
  209. attributes:
  210. label: Additional info
  211. description: Any additional information related to the issue (ex. browser console errors, software versions).