From 0d10442ccba9f562cb52cc14b7854417389875e1 Mon Sep 17 00:00:00 2001 From: Gareth George Date: Sat, 30 Mar 2024 09:48:20 +0000 Subject: [PATCH] chore: tweak issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 ++ .github/ISSUE_TEMPLATE/feature_request.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 458a8444..957990b3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,6 +7,8 @@ assignees: '' --- +Note: if you have a question please post in the [discussions area](https://github.com/garethgeorge/backrest/wiki). + **Describe the bug** A clear and concise description of what the bug is. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 914698b6..8d70f943 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,6 +7,8 @@ assignees: '' --- +Note: if you have a question or want discussion please post in the [discussions area](https://github.com/garethgeorge/backrest/wiki). + **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is.