diff options
| author | Simon Hauser <Simon-Hauser@outlook.de> | 2021-11-13 13:52:40 +0100 |
|---|---|---|
| committer | Simon Hauser <Simon-Hauser@outlook.de> | 2021-11-13 13:52:40 +0100 |
| commit | fc9ec7ffacdb9417ab2167d628af837cfbfa63e9 (patch) | |
| tree | 8b5e3a1dd48f076fd57a9c15ef0bd549d94b046f /.github/ISSUE_TEMPLATE | |
| parent | 68308735c1c7f7f837f3c1f2fa917cb73537a135 (diff) | |
chore: render nvim version as markdown
Diffstat (limited to '.github/ISSUE_TEMPLATE')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index d563400..8128453 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -16,6 +16,7 @@ body: attributes: label: "Neovim version" description: "Output of `nvim --version`" + render: markdown placeholder: | NVIM v0.6.0-dev+209-g0603eba6e Build type: Release |
