Skip to content

Commit f679e3a

Browse files
committed
gh: Remove version:xxx labels
This was never really used and it is really hard to maintain as labels (and these affected files) need to be updated each time a version is released. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent d4a3793 commit f679e3a

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,14 @@ body:
2727
placeholder: What did you expect to happen.
2828
validations:
2929
required: true
30-
- type: dropdown
30+
- type: input
3131
id: version
3232
attributes:
3333
label: Affected version(s)
3434
description:
35-
Which version(s) have you tried and found this issue in? (if you see
36-
this issue **not** happening on any version, please let us know in the
37-
"Extra information").
38-
multiple: true
39-
options:
40-
- I don't know (version:❓)
41-
- An older version (version:old)
42-
- v0.1.x (version:0.1.x)
43-
validations:
44-
required: true
35+
Please add a comma-separated list of the versions affected by this
36+
issue.
37+
placeholder: 'Example: v0.11.0, v0.12.0'
4538
- type: dropdown
4639
id: part
4740
attributes:

.github/keylabeler.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,3 @@ labelMappings:
1717
"part:tests": "part:tests"
1818
"part:tooling": "part:tooling"
1919
"part:❓": "part:❓"
20-
"version:0.1.x": "version:0.1.x"
21-
"version:old": "version:old"
22-
"version:❓": "version:❓"

0 commit comments

Comments
 (0)