diff options
author | BonaBeavis <gordian.dziwis@gmail.com> | 2021-09-21 13:58:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-21 13:58:20 +0200 |
commit | 5886101a035f4f5effdbed9475d61541f0597ec1 (patch) | |
tree | 2d8d23da85caca37e437eacfa02053562ac3da32 /.github/ISSUE_TEMPLATE | |
parent | 15bceb39d4b6c0aa0149a32c2207c9e502963c23 (diff) | |
parent | aaba6fdddafdf75e10a6a63cda444beb53d08bd2 (diff) |
Merge pull request #31 from fnune/add-vimrc-requirement-to-issue-template
Require a minimal vimrc in bug reports
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e1754c5..ba1e400 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -21,5 +21,11 @@ Vim or Neovim: Vim or Neovim version: Any other plugins you may consider relevant: +**Minimal configuration file** +```vim +" Add a minimal configuration file to dramatically increase +" your chances of receiving help from a maintainer. +``` + **Additional context** <!-- Add any other context about the problem here. --> |