From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 12 Mar 2024 13:19:29 +0000 (-0400) Subject: Improve issue template options X-Git-Tag: rec-5.1.0-alpha1~110^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F13904%2Fhead;p=thirdparty%2Fpdns.git Improve issue template options * Link to GitHub Discussions Q&A category * Treat descriptions as sentences --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f6c0503588..13044f019d 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 99f5173925..b6ecb31f9b 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 d49699a599..97a96367f9 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: ''