From f792350ca65a6293eefcdadd3d4b7a5b5b7d7b27 Mon Sep 17 00:00:00 2001 From: J0WI Date: Mon, 26 Apr 2021 20:27:50 +0200 Subject: [PATCH] Add issue template --- .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