aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/bug_report.yml
diff options
context:
space:
mode:
authorSteven Arcangeli <stevearc@stevearc.com>2024-08-08 10:26:34 -0700
committerSteven Arcangeli <stevearc@stevearc.com>2024-08-08 10:38:36 -0700
commitdb4dd28a1e9147307fb78b1066cc8ac57272973b (patch)
treeb4269399d3eeb432fb079bb20adfa3b16287f071 /.github/ISSUE_TEMPLATE/bug_report.yml
parent38e5f062f241d89ba44f6d67d16b4bf55d3c477e (diff)
doc: add additional information about debugging
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index f7c2632..33884f4 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -10,7 +10,7 @@ body:
- type: input
attributes:
label: "Neovim version (nvim -v)"
- placeholder: "0.8.0 commit db1b0ee3b30f"
+ placeholder: "NVIM v0.10.1"
validations:
required: true
- type: input
@@ -21,6 +21,12 @@ body:
required: true
- type: checkboxes
attributes:
+ label: Read [debugging tips](https://github.com/stevearc/conform.nvim/blob/master/doc/debugging.md)
+ options:
+ - label: I have read through the [debugging tips](https://github.com/stevearc/conform.nvim/blob/master/doc/debugging.md).
+ required: true
+ - type: checkboxes
+ attributes:
label: Add the debug logs
options:
- label: I have set `log_level = vim.log.levels.DEBUG` and pasted the log contents below.