Skip to content

Commit 8955988

Browse files
committed
Update Bevy Inspector version options in issue templates to use version ranges
1 parent 9a1674e commit 8955988

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ body:
1212
label: Bevy Inspector Version
1313
description: Which version of Bevy Inspector are you using?
1414
options:
15-
- 0.4.0
16-
- 0.3.0
17-
- 0.2.0
15+
- 0.4.x
16+
- 0.3.x
17+
- 0.2.x
1818
- 0.1.x
1919
multiple: false
2020
validations:

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ body:
1818
label: Bevy Inspector Version
1919
description: Which version of Bevy Inspector are you using?
2020
options:
21-
- 0.4.0
22-
- 0.3.0
23-
- 0.2.0
21+
- 0.4.x
22+
- 0.3.x
23+
- 0.2.x
2424
- 0.1.x
2525
multiple: false
2626
default: 0

0 commit comments

Comments
 (0)