Skip to content

Commit 468570f

Browse files
chore: Add checkhealth input to bug report template
1 parent 94886d6 commit 468570f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ body:
88
attributes:
99
label: Describe the bug
1010
description: A clear description of what the bug is.
11+
- type: textarea
12+
validations:
13+
required: true
14+
attributes:
15+
label: checkhealth
16+
description: Run `:checkhealth orgmode` and paste the output here
1117
- type: textarea
1218
validations:
1319
required: true

0 commit comments

Comments
 (0)