Skip to content

Commit 038e72f

Browse files
awaelchliBorda
authored andcommitted
Update bug report template for 2.1 (#18816)
Co-authored-by: Jirka <[email protected]> (cherry picked from commit 1210deb)
1 parent 83092cb commit 038e72f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/ISSUE_TEMPLATE/1_bug_report.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,10 @@ body:
3232
description: select all version where you have experienced this issue
3333
multiple: true
3434
options:
35-
- "v1.6"
36-
- "v1.7"
3735
- "v1.8"
3836
- "v1.9"
3937
- "v2.0"
38+
- "v2.1"
4039
- "master"
4140
validations:
4241
required: true

.github/advanced-issue-labeler.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ policy:
1313
- name: "ver: 1.9.x"
1414
keys: ["v1_9", "v1.9", "1.9.x"]
1515
- name: "ver: 2.0.x"
16-
keys: ["v2_0", "v2.0", "2.0+"]
16+
keys: ["v2_0", "v2.0", "2.0.x"]
1717
- name: "ver: 2.1.x"
18+
keys: ["v2_1", "v2.1", "2.1.x"]
19+
- name: "ver: 2.2.x"
1820
keys: ["master"]

0 commit comments

Comments
 (0)