aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2023-11-24 15:26:12 +0100
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2023-11-25 12:36:57 +0100
commitaad701abe79e30465c08e9ee192ea9ec7353aab1 (patch)
tree855ff2cb017e13dcbfbb3e1042e11268ee00a97e
parentee276f8758aea38205e04d839afc69e8537a2642 (diff)
downloadrneovim-aad701abe79e30465c08e9ee192ea9ec7353aab1.tar.gz
rneovim-aad701abe79e30465c08e9ee192ea9ec7353aab1.tar.bz2
rneovim-aad701abe79e30465c08e9ee192ea9ec7353aab1.zip
docs: recommend testing nightly or stable for bug reports
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 48a450be36..c07ae66c6f 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -6,8 +6,13 @@ body:
- type: markdown
attributes:
value: |
- _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.
+ *Before reporting:*
+ - Confirm the problem is reproducible on [**master**](https://github.com/neovim/neovim/releases/nightly) or [**latest stable**](https://github.com/neovim/neovim/releases/stable) release
+ - run `make distclean` when encountering build issues
+ - search [existing issues](https://github.com/neovim/neovim/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
+ - 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:
label: "Problem"