mirror of
https://github.com/rust-lang/rust
synced 2024-11-02 14:59:06 +00:00
Fix labels for regression issue template
Each label needs to be separated by a comma (see the ICE issue template
for an example of correct usage).
As a result of this problem, the `regression-untriaged` label has not
been automatically added to issues opened with this template.
See c127530be7
for another example of this.
This commit is contained in:
parent
bb491ed239
commit
16ff6c8050
1 changed files with 1 additions and 1 deletions
2
.github/ISSUE_TEMPLATE/regression.md
vendored
2
.github/ISSUE_TEMPLATE/regression.md
vendored
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
name: Regression
|
||||
about: Report something that unexpectedly changed between Rust versions.
|
||||
labels: C-bug regression-untriaged
|
||||
labels: C-bug, regression-untriaged
|
||||
---
|
||||
<!--
|
||||
Thank you for filing a regression report! 🐛 A regression is something that changed between versions of Rust but was not supposed to.
|
||||
|
|
Loading…
Reference in a new issue