From 06c20a5138a0189047c26b6480cbf285a00bc449 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Mon, 20 Jan 2020 22:45:47 +0100 Subject: Add link to help.nextcloud.com and bugbounty Signed-off-by: Daniel Kesselberg --- .github/ISSUE_TEMPLATE/Bug_report.md | 2 +- .github/ISSUE_TEMPLATE/Feature_request.md | 70 +++++++++++++++---------------- .github/ISSUE_TEMPLATE/config.yml | 8 ++++ 3 files changed, 44 insertions(+), 36 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 5ace868beca..6c9cb145a8f 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -1,5 +1,5 @@ --- -name: Bug report +name: 🐛 Bug report about: Help us improving by reporting a bug labels: bug, 0. Needs triage --- diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index f942d96c606..73b7fa0b6bd 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -1,35 +1,35 @@ ---- -name: Feature request -about: Suggest an idea for this project -labels: enhancement, 0. Needs triage ---- - - - - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. +--- +name: ✨ Feature request +about: Suggest an idea for this project +labels: enhancement, 0. Needs triage +--- + + + + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000000..10c6ea3c7ab --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: ❓ Question + url: https://help.nextcloud.com/ + about: I have a question ... + - name: 🔒 Security Vulnerability + url: https://hackerone.com/nextcloud + about: Found a security vulnerability? -- cgit v1.2.3