summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChristian Clason <christian.clason@uni-due.de>2021-09-01 17:50:58 +0200
committerGitHub <noreply@github.com>2021-09-01 17:50:58 +0200
commit67bc1dcdd6eea1915b7c397b7c02451bbdc277a0 (patch)
tree06adb3092afdad7609f57949738ae58074ddb3cc /.github
parent8710baa6fb37bfab99723de3200738d9f58aa56a (diff)
chore: revert issue template to value
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 56e1b6c..b136ce5 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -12,11 +12,14 @@ body:
description: "A short description of the problem you are reporting."
validations:
required: true
- - type: input
+ - type: textarea
attributes:
label: "Neovim version"
description: "Output of `nvim --version`"
- placeholder: "0.6.0 commit db1b0ee3b30f"
+ placeholder: |
+ NVIM v0.6.0-dev+209-g0603eba6e
+ Build type: Release
+ LuaJIT 2.1.0-beta3
validations:
required: true
- type: input
@@ -49,7 +52,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
- placeholder: |
+ value: |
vim.cmd [[set runtimepath=$VIMRUNTIME]]
vim.cmd [[set packpath=/tmp/nvim/site]]
local package_root = '/tmp/nvim/site/pack'