diff options
author | luukvbaal <luukvbaal@gmail.com> | 2023-04-21 09:09:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-21 08:09:11 +0100 |
commit | 05928fe29814516be5537ffa23e8ba7a1f86e0be (patch) | |
tree | e42a7c0d3206947c3eb9a2ea71c595c3b8fde64a | |
parent | f1b415b3abbcccb8b0d2aa1a41a45dd52de1a5ff (diff) | |
download | rneovim-05928fe29814516be5537ffa23e8ba7a1f86e0be.tar.gz rneovim-05928fe29814516be5537ffa23e8ba7a1f86e0be.tar.bz2 rneovim-05928fe29814516be5537ffa23e8ba7a1f86e0be.zip |
docs(gh): suggest distclean in issue template (#23222)
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8795a7306c..9ea961aaf8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -6,7 +6,7 @@ body: - type: markdown attributes: value: | - _Before reporting:_ search [existing issues](https://github.com/neovim/neovim/issues?q=is%3Aissue+is%3Aopen+label%3Abug) and check the [FAQ](https://github.com/neovim/neovim/wiki/FAQ). Usage or "How to" questions belong on the [stackoverflow](https://vi.stackexchange.com/) and will be closed. + _Before reporting:_ run `make distclean` when encountering build issues, search [existing issues](https://github.com/neovim/neovim/issues?q=is%3Aissue+is%3Aopen+label%3Abug) and check the [FAQ](https://github.com/neovim/neovim/wiki/FAQ). Usage or "How to" questions belong on the [stackoverflow](https://vi.stackexchange.com/) and will be closed. - type: textarea attributes: |