summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2021-04-26 18:28:48 +0000
committerGitHub <noreply@github.com>2021-04-26 18:28:48 +0000
commite8fc118c4076622e8e16b90acdb890f14f2f52c5 (patch)
treec2f2a0d497238ba888bbfbc1491087b6750279ca /.github
parent953ebac32b958ce3738ae839728cd7eba5c81051 (diff)
Add issue template (#1485)
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/Image_issue.md12
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml7
2 files changed, 19 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/Image_issue.md b/.github/ISSUE_TEMPLATE/Image_issue.md
new file mode 100644
index 00000000..9bdf737c
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/Image_issue.md
@@ -0,0 +1,12 @@
+---
+name: 🐛 Image issue
+about: Issues related to the Nextcloud Docker image
+---
+
+<!--
+Thanks for reporting issues back to Nextcloud!
+
+Note: This is the issue tracker of Nextcloud **Docker image**, please do NOT use this to report issues with Docker or Nextcloud itself. You can find help debugging your system on our forums: https://help.nextcloud.com/ or https://forums.docker.com/.
+
+To learn more about official images, see https://github.com/docker-library/faq
+-->
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 00000000..d9019ddb
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,7 @@
+contact_links:
+ - name: 🐳 Docker Support and Help
+ url: https://forums.docker.com/
+ about: Configuration, installation, networking and other questions
+ - name: ❓ Nextcloud Support and Help
+ url: https://help.nextcloud.com/
+ about: Configuration, webserver/proxy or performance issues and other questions