From a355428a2b93e93a37463591250328a9481169e0 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 14 Dec 2021 11:34:52 +0100 Subject: Enforce issue templates, add links Signed-off-by: Christoph Wurst --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ .github/ISSUE_TEMPLATE/question.md | 13 ------------- 2 files changed, 8 insertions(+), 13 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/question.md (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..e4f8ebbfd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Support and Help + url: https://help.nextcloud.com/c/apps/mail/35 + about: Ask a question or seek for help + - name: Security issue + url: https://hackerone.com/nextcloud + about: Report a security issue diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index 472011c5c..000000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: "\U0001F64B Question" -about: Do you have a question about the app? -title: '' -labels: question, 0. to triage -assignees: '' - ---- - -### Question - - - -- cgit v1.2.3