diff options
author | Joas Schilling <coding@schilljs.com> | 2024-05-10 09:26:21 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-05-10 09:27:49 +0200 |
commit | 5b5c44749873a240af19282aa16d26356b9977c3 (patch) | |
tree | 28b552827bd2bd00fac0e3b341bfd7a3ec411d11 /.github/ISSUE_TEMPLATE | |
parent | c46b9c467e14d58d1473d1e8b7b63b413c51831d (diff) | |
download | nextcloud-server-5b5c44749873a240af19282aa16d26356b9977c3.tar.gz nextcloud-server-5b5c44749873a240af19282aa16d26356b9977c3.zip |
chore: Add a dedicated link to the security program
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 4 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 45a63efee8f..be494f5d6ca 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -46,7 +46,7 @@ body: label: Steps to reproduce description: | Describe the steps to reproduce the bug. - The better your description is _(go 'here', click 'there'...)_ the fastest you'll get an _(accurate)_ answer. + The better your description is _(go 'here', click 'there'...)_ the fastest you'll get an _(accurate)_ answer. value: | 1. 2. @@ -205,7 +205,7 @@ body: Provide Nextcloud Signing status. First, login as Admin user into your Nextcloud, then access this URL: ```shell - https://yournextcloud.tld/index.php/settings/integrity/failed + https://yournextcloud.tld/index.php/settings/integrity/failed ``` > NOTE: This will be automatically formatted into code for better readability. render: shell diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 5541d016b71..faf8cdc28d9 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: + - name: 🚨 Report a security or privacy issue + url: https://hackerone.com/nextcloud + about: Report security and privacy related issues privately to the Nextcloud team, so we can coordinate the fix and release without potentially exposing all Nextcloud servers and users in the meantime. - name: ❓ Community Support and Help url: https://help.nextcloud.com/ about: Configuration, webserver/proxy or performance issues and other questions |