2022-12-23 21:15:27 +08:00
|
|
|
name: Feature Request
|
|
|
|
description: Suggest a new feature
|
|
|
|
title: "feature: "
|
|
|
|
labels: [enhancement]
|
|
|
|
body:
|
|
|
|
- type: checkboxes
|
|
|
|
attributes:
|
2022-12-25 20:42:26 +08:00
|
|
|
label: Did you check the docs?
|
|
|
|
description: Make sure you read all the docs before submitting a feature request
|
2022-12-23 21:15:27 +08:00
|
|
|
options:
|
2023-01-05 03:23:36 +08:00
|
|
|
- label: I have read all the lazy.nvim docs
|
2022-12-23 21:15:27 +08:00
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
attributes:
|
|
|
|
label: Is your feature request related to a problem? Please describe.
|
|
|
|
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
|
|
|
- type: textarea
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
attributes:
|
|
|
|
label: Describe the solution you'd like
|
|
|
|
description: A clear and concise description of what you want to happen.
|
|
|
|
- type: textarea
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
attributes:
|
|
|
|
label: Describe alternatives you've considered
|
|
|
|
description: A clear and concise description of any alternative solutions or features you've considered.
|
|
|
|
- type: textarea
|
|
|
|
validations:
|
|
|
|
required: false
|
|
|
|
attributes:
|
|
|
|
label: Additional context
|
|
|
|
description: Add any other context or screenshots about the feature request here.
|