From 419a4e0f46e4ce686cff10181c486a895569884b Mon Sep 17 00:00:00 2001 From: Adam Cooke Date: Fri, 30 Jul 2021 19:20:08 +0000 Subject: [PATCH] docs: add link to installation help --- .github/ISSUE_TEMPLATE/config.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index aef9c0a..7c2c917 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,9 +1,13 @@ blank_issues_enabled: false contact_links: - - name: 🙏 Help and Support - url: https://github.com/postalhq/postal/discussions/new?category=Help-and-Support - about: Get friendly support from the community on Github Discussions. + - name: 💻 Installation help + url: https://github.com/postalhq/postal/discussions/new?category=Installation-help + about: If you have questions about running Postal on your servers, use GitHub Discussions. + + - name: 🙏 Help with using Postal + url: https://github.com/postalserver/postal/discussions/new?category=Help-with-using-Postal + about: If you need help using Postal's features, use GitHub Discussions. - name: 🦊 Feature Suggestions url: https://github.com/postalhq/postal/discussions/new?category=Feature-Suggestions - about: Suggest a new feature that should be added to Postal. \ No newline at end of file + about: Suggest a new feature that should be added to Postal.