Skip to content

Commit 9ba5366

Browse files
committed
doc: direct users to ask questions instead of raising issues
1 parent b83e06f commit 9ba5366

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ body:
55
- type: markdown
66
attributes:
77
value: |
8-
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.
8+
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.
9+
Before reporting:
10+
* search [existing issues](https://github.com/kyazdani42/nvim-tree.lua/issues)
11+
* ensure that nvim-tree is updated to the latest version
12+
If you are experiencing performance issues, please [enable profiling](https://github.com/kyazdani42/nvim-tree.lua#performance-issues) and attach the logs.
913
- type: textarea
1014
attributes:
1115
label: "Description"

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ labels: feature request
66
assignees: ''
77

88
---
9+
**Is this a question?**
10+
Please start a new [Q&A discussion](https://github.com/kyazdani42/nvim-tree.lua/discussions/new) instead of raising a feature request.
911

1012
**Is your feature request related to a problem? Please describe.**
1113
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

0 commit comments

Comments
 (0)