Skip to content

Commit

Permalink
Update bug report template for 2.1 (#18816)
Browse files Browse the repository at this point in the history
Co-authored-by: Jirka <[email protected]>
  • Loading branch information
awaelchli and Borda authored Oct 24, 2023
1 parent 73f5df0 commit 1210deb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/1_bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ body:
description: select all version where you have experienced this issue
multiple: true
options:
- "v1.6"
- "v1.7"
- "v1.8"
- "v1.9"
- "v2.0"
- "v2.1"
- "master"
validations:
required: true
Expand Down
4 changes: 3 additions & 1 deletion .github/advanced-issue-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ policy:
- name: "ver: 1.9.x"
keys: ["v1_9", "v1.9", "1.9.x"]
- name: "ver: 2.0.x"
keys: ["v2_0", "v2.0", "2.0+"]
keys: ["v2_0", "v2.0", "2.0.x"]
- name: "ver: 2.1.x"
keys: ["v2_1", "v2.1", "2.1.x"]
- name: "ver: 2.2.x"
keys: ["master"]

0 comments on commit 1210deb

Please sign in to comment.