From c82f5cd689059e6ca001245d53468907e142f9e4 Mon Sep 17 00:00:00 2001 From: Stefan <11146296+tryallthethings@users.noreply.github.com> Date: Tue, 19 Nov 2024 17:20:28 +0100 Subject: [PATCH 1/2] Update BUG_REPORT.yml I propose to remove the state:open from the link to include closed issues in the search by default. I just raised a duplicate ticket because I searched via the link and (of course) didn't see the issue was reported and closed multiple times. Signed-off-by: Stefan <11146296+tryallthethings@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index ab40e61466063..670f1868a0949 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -27,7 +27,7 @@ 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](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)_. + - label: This issue is **not** already reported on [Github](https://github.com/nextcloud/server/issues?q=is%3Aissue+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 From b049f048567c4bd9386ac5c8374e36b6638cdd66 Mon Sep 17 00:00:00 2001 From: Stefan <11146296+tryallthethings@users.noreply.github.com> Date: Tue, 19 Nov 2024 22:06:48 +0100 Subject: [PATCH 2/2] Update .github/ISSUE_TEMPLATE/BUG_REPORT.yml Sure, this is a good addition. Co-authored-by: Simon L. Signed-off-by: Stefan <11146296+tryallthethings@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 670f1868a0949..d4977503967be 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -27,7 +27,7 @@ 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](https://github.com/nextcloud/server/issues?q=is%3Aissue+label%3Abug) OR [Nextcloud Community Forum](https://help.nextcloud.com/) _(I've searched it)_. + - label: This issue is **not** already reported on [Github](https://github.com/nextcloud/server/issues?q=is%3Aissue%20label%3Abug%20sort%3Aupdated-desc) 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