From 890a37f71e6d2914ee4bdf40e947468941afa370 Mon Sep 17 00:00:00 2001 From: Cameron Ring Date: Tue, 27 Aug 2024 10:49:06 -0700 Subject: [PATCH] docs: request checkhealth output on issue form --- .github/ISSUE_TEMPLATE/bug_report.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 64dc3cc..d97739b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,7 +4,6 @@ about: Create a report to help us improve title: "[BUG]" labels: bug assignees: rmagatti - --- **Describe the bug** @@ -23,11 +22,14 @@ A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. +**Checkhealth** +Paste the contents of `checkhealth auto-session` here + **Baseline (please complete the following information):** - - Result of `set sessionoptions?`: - - OS. e.g `uname -a`: - - Neovim version `nvim --version` - - URL to your current config (if public) +- Result of `set sessionoptions?`: +- OS. e.g `uname -a`: +- Neovim version `nvim --version` +- URL to your current config (if public) **Additional context** Add any other context about the problem here.