-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
58 additions
and
24 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,58 @@ | ||
name: Bug Report | ||
description: File a bug report. | ||
title: '[bug]: ' | ||
labels: ['bug', 'triage'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Please help us help you! | ||
Before filing your issue, ask yourself: | ||
- Is there an issue already opened for this bug? | ||
- Can I reproduce it? | ||
In doubt, you can also open [a discussion](https://github.com/shortcuts/no-neck-pain.nvim/discussions/new/choose). | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: A clear and concise description of what the bug is. | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: nvim-version | ||
attributes: | ||
label: Neovim version | ||
description: Which Neovim version are you using? | ||
options: | ||
- 0.9.x | ||
- 0.10.x | ||
- Nightly | ||
- <= 0.9.x | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce | ||
description: Write down the steps to reproduce the bug, please include any information that seems relevant for us to reproduce it properly | ||
placeholder: | | ||
1. I enter nvim with files `...` | ||
2. I press the following keys `...` | ||
3. I have those plugins enabled that might conflict `...` | ||
4. See error | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant log output | ||
description: Please copy and paste any relevant log output. You can set `debug = true` in your no-neck-pain.nvim config and then use `:message<CR>` in order to see the logs. | ||
render: shell | ||
- type: checkboxes | ||
attributes: | ||
label: Self-service | ||
description: | | ||
If you feel like you could contribute to this issue, please check the box below. This would tell us and other people looking for contributions that someone's working on it. | ||
options: | ||
- label: I'd be willing to fix this bug myself. | ||
|