From e8fc118c4076622e8e16b90acdb890f14f2f52c5 Mon Sep 17 00:00:00 2001 From: J0WI Date: Mon, 26 Apr 2021 18:28:48 +0000 Subject: [PATCH] Add issue template (#1485) --- .github/ISSUE_TEMPLATE/Image_issue.md | 12 ++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 7 +++++++ 2 files changed, 19 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Image_issue.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml 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 +--- + + 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