From e458dc43ca14635731ff6c7cae8ff43b0d7b3040 Mon Sep 17 00:00:00 2001 From: Jay Rogers Date: Wed, 28 Jul 2021 03:46:14 -0500 Subject: [PATCH] chore: add link on where to get support & suggest features on issue template (#1502) --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/config.yml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 335f670..5706c06 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,5 +1,5 @@ --- -name: Bug report +name: 🐛 Bug report about: Create a report to help us improve Postal and fix issues. title: '' labels: bug diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..aef9c0a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,9 @@ +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: 🦊 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