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