Skip to content

Commit

Permalink
chore: issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed Sep 25, 2024
1 parent 73494b3 commit 443e934
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/ISSUE_TEMPLATE/Bug_report.md

This file was deleted.

58 changes: 58 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_report.yml
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.

0 comments on commit 443e934

Please sign in to comment.