fix: make installation method part as required (#669)

This commit is contained in:
yetone
2024-09-30 18:10:40 +08:00
committed by GitHub
parent 21b2668c7f
commit 93ab85ab93

View File

@@ -40,12 +40,12 @@ body:
- type: textarea - type: textarea
id: how-to-install id: how-to-install
validations: validations:
required: false required: true
attributes: attributes:
label: How to install label: Installation method
description: | description: |
Please share your installation method with us. Please share your installation method with us.
placeholder: | value: |
Use lazy.nvim: Use lazy.nvim:
```lua ```lua
{ {