diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2023-06-08 13:38:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-08 13:38:46 +0200 |
commit | 12be9c5aa26e98d844c6ea36e3e872990280efb1 (patch) | |
tree | 9e393bfd6fa3d1451b9aa5ea8640cac772b59713 | |
parent | 9ebeb5e736d8e4d189381ac845fbe841038ff2f7 (diff) | |
parent | 0b8865071d4be150830d018be75460e5589437d1 (diff) | |
download | nextcloud-server-12be9c5aa26e98d844c6ea36e3e872990280efb1.tar.gz nextcloud-server-12be9c5aa26e98d844c6ea36e3e872990280efb1.zip |
Merge pull request #38700 from nextcloud/bugRepoFix
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 0e979013614..6b6efc472b0 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -17,12 +17,10 @@ body: options: - label: This is a **bug**, not a question or a configuration/webserver/proxy issue. required: true - - label: This issue is **not** already reported on Github _(I've searched it)_. + - label: This issue is **not** already reported on [Github](https://github.com/nextcloud/server/pulls?q=is%3Aopen+is%3Apr+label%3Abug) OR [Nextcloud Community Forum](https://help.nextcloud.com/) _(I've searched it)_. required: true - 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. required: true - - label: Nextcloud Server **is** running on 64bit capable CPU, PHP and OS. - required: true - label: I agree to follow Nextcloud's [Code of Conduct](https://nextcloud.com/contribute/code-of-conduct/). required: true - type: textarea @@ -78,9 +76,9 @@ body: Select Nextcloud Server version. _Versions not listed here are not maintained and not supported anymore_ options: - - "24" - "25" - "26" + - "27" - "master" validations: required: true @@ -103,10 +101,10 @@ body: Select PHP engine version serving Nextcloud Server. _Describe in the "Additional info" section if you chose "Other"._ options: - - "PHP 7.3" - "PHP 7.4" - "PHP 8.0" - "PHP 8.1" + - "PHP 8.2" - "Other" - type: dropdown id: webserver @@ -118,7 +116,6 @@ body: options: - "Apache (supported)" - "Nginx" - - "Lighttpd" - "Other" - type: dropdown id: database @@ -141,8 +138,8 @@ body: description: | Select if bug is present after an update or on a fresh install. options: - - "Updated from a minor version (ex. 22.2.3 to 22.2.4)" - - "Updated to a major version (ex. 22.2.3 to 23.0.1)" + - "Updated from a MINOR version (ex. 22.1 to 22.2)" + - "Upgraded to a MAJOR version (ex. 22 to 23)" - "Fresh Nextcloud Server install" - type: dropdown id: encryption @@ -192,8 +189,6 @@ body: ``` > NOTE: This will be automatically formatted into code for better readability. render: shell - validations: - required: true - type: textarea id: nextcloud-signingstatus attributes: |