Skip to content

Commit 577dea2

Browse files
committed
chore: require os and os version info in bug reports
1 parent 055564e commit 577dea2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,17 @@ body:
8080
- label: Linux
8181
- label: macOS
8282
- label: Windows
83+
validations:
84+
required: true
85+
86+
- type: input
87+
id: os-versions
88+
attributes:
89+
label: Operating System Version(s)
90+
description: Which operating system version(s) are you using?
91+
placeholder: 1.6.7
92+
validations:
93+
required: true
8394

8495
- type: input
8596
id: obsidian-version

0 commit comments

Comments
 (0)