summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clason <christian.clason@uni-due.de>2021-08-26 12:02:25 +0200
committerGitHub <noreply@github.com>2021-08-26 12:02:25 +0200
commit861a0f968016ea942ac0e3fb61bbabda2c2d0840 (patch)
tree574ac5439a5249cf6c55d4a9cc893283d30ca3d0
parente6838a6289dc8507810363a6472e33e8eb0dc5ab (diff)
Update bug_report.yml
add placeholders
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 8587431..56e1b6c 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -16,18 +16,20 @@ body:
attributes:
label: "Neovim version"
description: "Output of `nvim --version`"
+ placeholder: "0.6.0 commit db1b0ee3b30f"
validations:
required: true
- type: input
attributes:
label: "Operating system and version"
+ placeholder: "macOS 11.5"
validations:
required: true
- type: textarea
attributes:
label: "Steps to reproduce"
description: "Steps to reproduce using the minimal config provided below."
- value: |
+ placeholder: |
1. `nvim -nu minimal.lua`
2. ...
validations:
@@ -47,7 +49,7 @@ body:
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."
render: Lua
- value: |
+ placeholder: |
vim.cmd [[set runtimepath=$VIMRUNTIME]]
vim.cmd [[set packpath=/tmp/nvim/site]]
local package_root = '/tmp/nvim/site/pack'