diff options
author | Fausto Núñez Alberro <fausto.nunez@mailbox.org> | 2021-09-18 16:29:41 +0200 |
---|---|---|
committer | Fausto Núñez Alberro <fausto.nunez@mailbox.org> | 2021-09-18 16:29:41 +0200 |
commit | aaba6fdddafdf75e10a6a63cda444beb53d08bd2 (patch) | |
tree | a7a130190a74d443c9deebe72662269df9ff0094 /.github | |
parent | 52e4ce93a6234d112bc88e1ad25458904ffafe61 (diff) |
Require a minimal vimrc in bug reports
Diffstat (limited to '.github')
-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. --> |