Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2021-12-14 13:34:52 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-12-14 13:34:52 +0300
commita355428a2b93e93a37463591250328a9481169e0 (patch)
treeae5c8b72066933ab7d8f6491219807251db557a8 /.github
parentab55c3c9fc499d8a89ca5bf60d88ffd4856c66d9 (diff)
Enforce issue templates, add links
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml8
-rw-r--r--.github/ISSUE_TEMPLATE/question.md13
2 files changed, 8 insertions, 13 deletions
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
-
-<!-- Please ask your question in the community forum at https://help.nextcloud.com/c/apps/mail -->
-<!-- The Github issue tracker shall only be used for actual bugs -->