diff options
author | Lewis Russell <lewis6991@gmail.com> | 2023-08-27 11:02:53 +0100 |
---|---|---|
committer | Lewis Russell <me@lewisr.dev> | 2023-08-27 13:22:05 +0100 |
commit | a79694a08ede0c4ce5b8db75e0d14ca5198ea252 (patch) | |
tree | 4044ec5e2d328144683ff486d05af1e95ecbedd8 | |
parent | d3d7d763f3e12211fe40192696b29b209a6c7b85 (diff) | |
download | rneovim-a79694a08ede0c4ce5b8db75e0d14ca5198ea252.tar.gz rneovim-a79694a08ede0c4ce5b8db75e0d14ca5198ea252.tar.bz2 rneovim-a79694a08ede0c4ce5b8db75e0d14ca5198ea252.zip |
feat(issue_template): instruct not to include a package manager
-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 b760114c88..48a450be36 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -21,6 +21,7 @@ body: - 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. + - Please do **not** include a package manager in the reproduction steps. placeholder: | nvim --clean :edit foo |