Skip to content

Commit fa61909

Browse files
committed
Move paragraph to end
1 parent d5a6913 commit fa61909

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

posts/inside-rust/2020-10-08-regression-labels.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: post
33
title: "Marking issues as regressions"
4-
author: Camelid
54
description: "Now anyone can mark issues as regressions!"
5+
author: Camelid
66
team: the release team <https://www.rust-lang.org/governance/teams/operations#release>
77
---
88

@@ -35,14 +35,14 @@ regression and it will automatically be prioritized:
3535
Just replace `{release-channel}` with one of `nightly`, `beta`, or `stable`,
3636
depending on when the regression occurred, and you're good to go!
3737

38-
We really appreciate it if you mark all regressions with an appropriate label
39-
so we can track them and fix them as soon as possible!
40-
4138
Finally, if you have an issue that is *not* a regression, but is still something
4239
that is important to be fixed, you can request prioritization with:
4340

4441
> @**rustbot** prioritize
4542
43+
We really appreciate it if you mark all regressions with an appropriate label
44+
so we can track them and fix them as soon as possible!
45+
4646
[rustbot-labeling-docs]: https://rustc-dev-guide.rust-lang.org/rustbot.html#issue-relabeling
4747
[internals-thread]: https://internals.rust-lang.org/t/1-46-is-unusable-for-me-solved/13161/10
4848
[regression-label-pr]: https://github.com/rust-lang/rust/pull/77555

0 commit comments

Comments
 (0)