Skip to content

Commit ca9d6db

Browse files
authored
Merge pull request #38710 from nextcloud/enh/noid/fix-issue-template
fix wrong link in issue template
2 parents faf0e63 + 8e34153 commit ca9d6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body:
1717
options:
1818
- label: This is a **bug**, not a question or a configuration/webserver/proxy issue.
1919
required: true
20-
- 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)_.
20+
- 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)_.
2121
required: true
2222
- 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.
2323
required: true

0 commit comments

Comments
 (0)