Skip to content

Commit a568239

Browse files
committed
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 <josh.t.richards@gmail.com>
1 parent d76de94 commit a568239

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,16 @@ body:
2323
label: "⚠️ This issue respects the following points: ⚠️"
2424
description: All conditions are **required**. Your issue can be closed if these are checked incorrectly.
2525
options:
26-
- label: This is a **bug**, not a question or a configuration/webserver/proxy issue.
26+
- 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))_.
2727
required: true
28-
- 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)_.
28+
- 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!)_.
2929
required: true
30-
- 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.
30+
- 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))_.
3131
required: true
3232
- label: I agree to follow Nextcloud's [Code of Conduct](https://nextcloud.com/contribute/code-of-conduct/).
3333
required: true
34+
- label: I've tried my best to provide clear reproduction steps that someone unfamiliar with this bug could use to reproduce it.
35+
required: true
3436
- type: textarea
3537
id: bug-description
3638
attributes:

0 commit comments

Comments
 (0)