diff options
author | Joas Schilling <coding@schilljs.com> | 2024-05-10 09:28:31 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-05-10 09:28:31 +0200 |
commit | 90597e13196163e57753458ebb1dded846871df5 (patch) | |
tree | c23297c8125ab97ec75a7c1b69f6070f167a5ca7 /.github | |
parent | 5b5c44749873a240af19282aa16d26356b9977c3 (diff) | |
download | nextcloud-server-90597e13196163e57753458ebb1dded846871df5.tar.gz nextcloud-server-90597e13196163e57753458ebb1dded846871df5.zip |
chore: Allow to create issues without a template
Let's see if this works (seems to work in most apps),
we can still revert this when it does turn out that
too many unexperienced reports come in.
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 2 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index be494f5d6ca..4047a78bc83 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -1,4 +1,4 @@ -name: "Bug report: Nextcloud Server" +name: "🐛 Bug report: Nextcloud Server" description: "Submit a report and help us improve Nextcloud Server" title: "[Bug]: " labels: ["bug", "0. Needs triage"] diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index faf8cdc28d9..730c1b1ebe2 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,3 @@ -blank_issues_enabled: false contact_links: - name: 🚨 Report a security or privacy issue url: https://hackerone.com/nextcloud |