summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorSteven Arcangeli <stevearc@stevearc.com>2023-09-29 21:29:18 -0700
committerSteven Arcangeli <stevearc@stevearc.com>2023-09-29 21:29:18 -0700
commitc7b46685629f27ec17badfd28356691c571ae184 (patch)
treed935e7946856f8abea0977ced7180ce87afe70cd /.github/ISSUE_TEMPLATE
parent2cffcd332efdbfe19cb7e81b3fc326880b6a54cc (diff)
doc: change bug report template to require log file contents
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 9e5b8af..f4593ac 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -19,9 +19,16 @@ body:
placeholder: "MacOS 11.5"
validations:
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.
+ required: true
- type: textarea
attributes:
- label: "Output of :ConformInfo"
+ label: "Log file"
+ description: "Recent contents from the log file. You can find it with :ConformInfo"
validations:
required: true
- type: textarea