Skip to content

Commit 198b58d

Browse files
committed
chore: add ISSUE_TEMPLATE
1 parent e6afc9f commit 198b58d

File tree

2 files changed

+57
-0
lines changed

2 files changed

+57
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
name: Bug report
2+
description: File a bug report
3+
labels:
4+
- 'needs review'
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this bug report!
10+
11+
Before submitting a new bug/issue, please check the links below to see if there is a solution or question posted there already:
12+
- Issues tab: https://github.com/grapp-dev/nui-components.nvim/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc
13+
- Closed issues tab: https://github.com/grapp-dev/nui-components.nvim/issues?q=is%3Aissue+is%3Aclosed
14+
- Discussions tab: https://github.com/grapp-dev/nui-components.nvim/discussions
15+
- type: markdown
16+
attributes:
17+
value: |
18+
## Required information
19+
- type: textarea
20+
id: description
21+
attributes:
22+
label: Description
23+
description: Please provide a clear, concise and descriptive explanation of what the bug is. Include screenshots or a video if needed by drag and dropping them to the box below.
24+
validations:
25+
required: true
26+
27+
- type: markdown
28+
attributes:
29+
value: |
30+
Please provide a reproducible example that I can easily copy and test or a link to a repository on GitHub under your username that reproduces the issue.
31+
Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve.
32+
Issues without a reproduction are likely to stale.
33+
34+
- type: input
35+
id: stacks-version
36+
attributes:
37+
label: NuiComponents version
38+
description: What version of NuiComponents are you using?
39+
validations:
40+
required: true
41+
42+
- type: input
43+
id: neovim-version
44+
attributes:
45+
label: Neovim version
46+
description: What version of Neovim are you using?
47+
validations:
48+
required: true
49+

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Question
4+
url: https://github.com/grapp-dev/nui-components.nvim/discussions/categories/q-a
5+
about: Please ask and answer questions here.
6+
- name: Feature Request
7+
url: https://github.com/grapp-dev/nui-components.nvim/discussions/categories/ideas
8+
about: Please submit feature requests, feedback and ideas here.

0 commit comments

Comments
 (0)