From ea2b2da611b9a5a8c04e9184799241e1d096bb03 Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 19 Mar 2024 09:56:27 -0400 Subject: [PATCH] meta(ISSUE_TEMPLATE): Search both open and closed issues * Change GitHub search link to include not only open, but also closed issues (to catch items already fixed but not necessarily yet released or backported) Signed-off-by: Josh --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 93c213ecc3e40..d85c22f4d366e 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -15,14 +15,16 @@ body: label: "⚠️ This issue respects the following points: ⚠️" description: All conditions are **required**. Your issue can be closed if these are checked incorrectly. options: - - label: This is a **bug**, not a question or a configuration/webserver/proxy issue. + - label: This is **not** a troubleshooting question, general support matter, or webserver/proxy problem, but likely a bug _(if unsure, ask the [Community Help Forum](https://help.nextcloud.com))_. 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 solved at the [Community Help Forum](https://help.nextcloud.com/) _(I've searched!)_. 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. + - label: I'm using a maintained major version of Nextcloud Server **and** tested against the latest patch level. _([Supported major versions and current patch levels](https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule))_. required: true - label: I agree to follow Nextcloud's [Code of Conduct](https://nextcloud.com/contribute/code-of-conduct/). required: true + - label: I've tried my best to provide clear reproduction steps that someone unfamiliar with this bug could use to reproduce it. + required: true - type: textarea id: bug-description attributes: