chore: add how-to-install in bug report template (#668)
This commit is contained in:
parent
6e1e80532e
commit
21b2668c7f
30
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
30
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -37,6 +37,36 @@ body:
|
||||
attributes:
|
||||
label: Expected behavior
|
||||
description: 'A clear and concise description of what you would expect to happen.'
|
||||
- type: textarea
|
||||
id: how-to-install
|
||||
validations:
|
||||
required: false
|
||||
attributes:
|
||||
label: How to install
|
||||
description: |
|
||||
Please share your installation method with us.
|
||||
placeholder: |
|
||||
Use lazy.nvim:
|
||||
```lua
|
||||
{
|
||||
"yetone/avante.nvim",
|
||||
event = "VeryLazy",
|
||||
lazy = false,
|
||||
version = false, -- set this if you want to always pull the latest change
|
||||
opts = {
|
||||
-- add any opts here
|
||||
},
|
||||
-- if you want to build from source then do `make BUILD_FROM_SOURCE=true`
|
||||
build = "make",
|
||||
-- build = "powershell -ExecutionPolicy Bypass -File Build.ps1 -BuildFromSource false" -- for windows
|
||||
dependencies = {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
"stevearc/dressing.nvim",
|
||||
"nvim-lua/plenary.nvim",
|
||||
"MunifTanjim/nui.nvim",
|
||||
},
|
||||
}
|
||||
```
|
||||
- type: textarea
|
||||
id: environment-info
|
||||
attributes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user