mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
ci: feature template
This commit is contained in:
parent
4ab123fb31
commit
d704ca4c1b
1 changed files with 7 additions and 0 deletions
7
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
7
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
|
@ -3,6 +3,11 @@ description: Suggest a new feature
|
||||||
title: "feature: "
|
title: "feature: "
|
||||||
labels: [enhancement]
|
labels: [enhancement]
|
||||||
body:
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
**IMPORTANT:** ideas or requests related to extras, should go in the [Extra Requests](https://github.com/LazyVim/LazyVim/discussions/categories/extra-requests)
|
||||||
|
discussion forum.
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Did you check the docs?
|
label: Did you check the docs?
|
||||||
|
|
@ -10,6 +15,8 @@ body:
|
||||||
options:
|
options:
|
||||||
- label: I have read all the LazyVim docs
|
- label: I have read all the LazyVim docs
|
||||||
required: true
|
required: true
|
||||||
|
- label: This is not a request for a new or existing extra (see above)
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue