From 9ba53661154ad914e7ecaffb70ae2e6202051aee Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Mon, 5 Sep 2022 14:21:03 +1000 Subject: [PATCH] doc: direct users to ask questions instead of raising issues --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++++- .github/ISSUE_TEMPLATE/feature_request.md | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index aac37768..fdc54c0e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -5,7 +5,11 @@ body: - type: markdown attributes: value: | - Before reporting: search [existing issues](https://github.com/kyazdani42/nvim-tree.lua/issues) and make sure that nvim-tree is updated to the latest version. If you are experiencing performance issues, please [enable profiling](https://github.com/kyazdani42/nvim-tree.lua#performance-issues) and attach the logs. + Is this a question?: Please start a new [Q&A discussion](https://github.com/kyazdani42/nvim-tree.lua/discussions/new) instead of raising a bug. + Before reporting: + * search [existing issues](https://github.com/kyazdani42/nvim-tree.lua/issues) + * ensure that nvim-tree is updated to the latest version + If you are experiencing performance issues, please [enable profiling](https://github.com/kyazdani42/nvim-tree.lua#performance-issues) and attach the logs. - type: textarea attributes: label: "Description" diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index e301d68c..0ad1b00a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -6,6 +6,8 @@ labels: feature request assignees: '' --- +**Is this a question?** +Please start a new [Q&A discussion](https://github.com/kyazdani42/nvim-tree.lua/discussions/new) instead of raising a feature request. **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]