From 1ad2c1f2ccdfb72b55a64ce832b2c29d0b1bd119 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 12 Mar 2024 09:19:29 -0400 Subject: [PATCH] Improve issue template options * Link to GitHub Discussions Q&A category * Treat descriptions as sentences --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/config.yml | 5 ++++- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f6c050358876..13044f019de2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- name: Bug report -about: Create a report to help us improve +about: Create a report to help us improve. title: '' labels: '' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 99f51739252b..b6ecb31f9bb9 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,6 +1,9 @@ blank_issues_enabled: false contact_links: +- name: Ask a question + url: https://github.com/PowerDNS/pdns/discussions/categories/q-a + about: Use GitHub discussions to ask Questions and get Answers. - name: Get help with a question or a problem url: https://www.powerdns.com/opensource.html - about: Find us on IRC or our mailing lists to get the answers or help you need! \ No newline at end of file + about: Find us on IRC or our mailing lists to get the answers or help you need! diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index d49699a5992d..97a96367f95f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,6 @@ --- name: Feature request -about: Suggest an idea for this project +about: Suggest an idea for this project. title: '' labels: '' assignees: ''