diff options
author | Lewis Russell <lewis6991@gmail.com> | 2023-04-28 16:09:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-28 16:09:05 +0100 |
commit | ca7e488cfeb16b3eb2faf9613718f17d28f0f005 (patch) | |
tree | 900278dbae1d9e1d15b6279a624da7c8606f62db | |
parent | 715587f8e44e941ece6f17eb77620fd1b4719496 (diff) | |
download | rneovim-ca7e488cfeb16b3eb2faf9613718f17d28f0f005.tar.gz rneovim-ca7e488cfeb16b3eb2faf9613718f17d28f0f005.tar.bz2 rneovim-ca7e488cfeb16b3eb2faf9613718f17d28f0f005.zip |
feat: add link in issue template to minimal config 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 9ea961aaf8..b760114c88 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -20,6 +20,7 @@ body: description: | - For build failures: list the exact steps including CMake flags (if any). - For startup or shell-related problems: try `env -i TERM=ansi-256color "$(which nvim)"`. + - See [Minimal-reproduction-template](https://github.com/neovim/neovim/wiki/Minimal-reproduction-template) for how to create a minimal configuration. placeholder: | nvim --clean :edit foo |