Skip to content

Commit 0d1e0aa

Browse files
authored
Update bug_report.yaml
1 parent c64c4c8 commit 0d1e0aa

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,22 @@ body:
1212
- you can reproduce the issue
1313
- you use the latest version of the add-on
1414
- Learn the difference between a "bug" and a "feature that works differently than I'd like" (you can make a change request for the latter)
15+
- type: input
16+
id: version_bl
17+
attributes:
18+
label: Blender version
19+
description: What version of Blender are you using?
20+
placeholder: eg. v2.90.0
21+
validations:
22+
required: true
1523
- type: dropdown
1624
id: version
1725
attributes:
1826
label: Add-on version
1927
description: What version of the add-on are you using?
2028
options:
2129
- Release
22-
- Live codebase
30+
- Development (dev-branch live codebase)
2331
validations:
2432
required: true
2533
- type: textarea

0 commit comments

Comments
 (0)