mirror of https://github.com/folke/lazy.nvim.git
ci: better issue template
This commit is contained in:
parent
6a6d6f73ee
commit
a5d402abed
|
@ -1,24 +1,40 @@
|
||||||
name: 🐞 Bug
|
name: 🐞 Bug
|
||||||
description: File a bug/issue
|
description: File a bug/issue
|
||||||
title: "[bug]: <title>"
|
title: "bug: "
|
||||||
labels: [bug]
|
labels: [bug]
|
||||||
body:
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
_Before reporting:_ search [existing issues](https://github.com/folke/lazy.nvim/issues).
|
||||||
|
Usage questions such as "How do I...?" belong on the [Discussions](https://github.com/folke/lazy.nvim/discussions) and will be closed.
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Did you check docs and existing issues?
|
label: Did you check docs and existing issues?
|
||||||
description: Make sure you checked all of the below before submitting an issue
|
description: Make sure you checked all of the below before submitting an issue
|
||||||
options:
|
options:
|
||||||
- label: I have read all the lazy documentation
|
- label: I have read all the lazy docs
|
||||||
required: true
|
required: true
|
||||||
- label: I have searched the existing issues of lazy
|
- label: I have searched the existing issues of lazy
|
||||||
required: true
|
required: true
|
||||||
- label: I have searched the exsiting issues of the plugin I have a problem with
|
- label: I have searched the exsiting issues of the plugin I have a problem with
|
||||||
required: true
|
required: true
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: "Neovim version (nvim -v)"
|
||||||
|
placeholder: "0.8.0 commit db1b0ee3b30f"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: "Operating system/version"
|
||||||
|
placeholder: "MacOS 11.5"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the bug
|
label: Describe the bug
|
||||||
description: A clear and concise description of what the bug is. Please include any related errors you see in Neovim.
|
description: A clear and concise description of what the bug is. Please include any related errors you see in Neovim.
|
||||||
render: Markdown
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
@ -29,7 +45,6 @@ body:
|
||||||
1.
|
1.
|
||||||
2.
|
2.
|
||||||
3.
|
3.
|
||||||
render: Markdown
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
Loading…
Reference in New Issue