Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 47a42af

Browse files
authored
checkbox form
1 parent e1fe2c4 commit 47a42af

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/ISSUE_TEMPLATE/BUG_FORM_REPORT.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,17 @@ body:
5050
label: Relevant log output
5151
description: Please copy and paste any relevant log output of Obsidian. (MacOS - cmd+opt+I. Linux/Windows - ctrl+shift+I)
5252
render: shell
53+
- type: checkboxes
54+
id: version-checkbox
55+
attributes:
56+
label: Are you using the latest version of the plugin in your Obsidian vault?
57+
options:
58+
- label: I have verified that I am on the latest version
59+
required: true
60+
- type: checkboxes
61+
id: issues-duplicates-checkbox
62+
attributes:
63+
label: Are you check if there is a similar issue?
64+
options:
65+
- label: I have verified that there are not similar issues
66+
required: true

0 commit comments

Comments
 (0)