From b279a002c11842fbd96955da6bf8dfe4a17fa19f Mon Sep 17 00:00:00 2001 From: Georg Lauterbach <44545919+aendeavor@users.noreply.github.com> Date: Wed, 10 Feb 2021 16:52:22 +0100 Subject: [PATCH] add issue template configuration --- .github/ISSUE_TEMPLATE/config.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yaml diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 00000000..9bd2dd71 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -0,0 +1,13 @@ +# disables the possibility to choose blank issues +blank_issues_enabled: false + +contact_links: + - name: Wiki + url: https://github.com/docker-mailserver/docker-mailserver/wiki + about: Extended documentaton - visit this first before opening issues + - name: Default Documentation + url: https://github.com/docker-mailserver/docker-mailserver/blob/master/README.md + about: Read this first and carefully + - name: Environment Variables Section + url: https://github.com/docker-mailserver/docker-mailserver/blob/master/ENVIRONMENT.md + about: Read this section for information about mail server variables