Update bug_report.yml
add placeholders
This commit is contained in:
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -16,18 +16,20 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: "Neovim version"
|
label: "Neovim version"
|
||||||
description: "Output of `nvim --version`"
|
description: "Output of `nvim --version`"
|
||||||
|
placeholder: "0.6.0 commit db1b0ee3b30f"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: "Operating system and version"
|
label: "Operating system and version"
|
||||||
|
placeholder: "macOS 11.5"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: "Steps to reproduce"
|
label: "Steps to reproduce"
|
||||||
description: "Steps to reproduce using the minimal config provided below."
|
description: "Steps to reproduce using the minimal config provided below."
|
||||||
value: |
|
placeholder: |
|
||||||
1. `nvim -nu minimal.lua`
|
1. `nvim -nu minimal.lua`
|
||||||
2. ...
|
2. ...
|
||||||
validations:
|
validations:
|
||||||
@@ -47,7 +49,7 @@ body:
|
|||||||
label: "Minimal config"
|
label: "Minimal config"
|
||||||
description: "Minimal(!) configuration necessary to reproduce the issue. Save this as `minimal.lua`. If _absolutely_ necessary, add plugins and config options from your `init.lua` at the indicated lines."
|
description: "Minimal(!) configuration necessary to reproduce the issue. Save this as `minimal.lua`. If _absolutely_ necessary, add plugins and config options from your `init.lua` at the indicated lines."
|
||||||
render: Lua
|
render: Lua
|
||||||
value: |
|
placeholder: |
|
||||||
vim.cmd [[set runtimepath=$VIMRUNTIME]]
|
vim.cmd [[set runtimepath=$VIMRUNTIME]]
|
||||||
vim.cmd [[set packpath=/tmp/nvim/site]]
|
vim.cmd [[set packpath=/tmp/nvim/site]]
|
||||||
local package_root = '/tmp/nvim/site/pack'
|
local package_root = '/tmp/nvim/site/pack'
|
||||||
|
|||||||
Reference in New Issue
Block a user