diff options
author | Git'Fellow <12234510+solracsf@users.noreply.github.com> | 2023-06-08 11:33:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-08 11:33:59 +0200 |
commit | 811f313aa380910fd877f9258a9038d2c5e644c6 (patch) | |
tree | 43f0889f63b845cbc14ea1fab2dd666b3e8dc31e /.github | |
parent | afadf779b1a598dd7af460a3e41b2652b116b664 (diff) | |
download | nextcloud-server-811f313aa380910fd877f9258a9038d2c5e644c6.tar.gz nextcloud-server-811f313aa380910fd877f9258a9038d2c5e644c6.zip |
Add links
Co-authored-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index c09552acdb2..bb3ef515fce 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -17,7 +17,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 OR Nextcloud Community Forum _(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 |