-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
name: Bug report | ||
description: File a bug report | ||
labels: | ||
- 'needs review' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
Before submitting a new bug/issue, please check the links below to see if there is a solution or question posted there already: | ||
- Issues tab: https://github.com/grapp-dev/nui-components.nvim/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc | ||
- Closed issues tab: https://github.com/grapp-dev/nui-components.nvim/issues?q=is%3Aissue+is%3Aclosed | ||
- Discussions tab: https://github.com/grapp-dev/nui-components.nvim/discussions | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Required information | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
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. | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
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. | ||
Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve. | ||
Issues without a reproduction are likely to stale. | ||
- type: input | ||
id: stacks-version | ||
attributes: | ||
label: NuiComponents version | ||
description: What version of NuiComponents are you using? | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: neovim-version | ||
attributes: | ||
label: Neovim version | ||
description: What version of Neovim are you using? | ||
validations: | ||
required: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Question | ||
url: https://github.com/grapp-dev/nui-components.nvim/discussions/categories/q-a | ||
about: Please ask and answer questions here. | ||
- name: Feature Request | ||
url: https://github.com/grapp-dev/nui-components.nvim/discussions/categories/ideas | ||
about: Please submit feature requests, feedback and ideas here. |