We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa61909 commit 7fd292eCopy full SHA for 7fd292e
posts/inside-rust/2020-10-08-regression-labels.md
@@ -20,9 +20,9 @@ We also have labels that help us keep track of regressions so that we can
20
prioritize them and fix them quickly if they are severe. We have three
21
regression labels, each representing when the regression occurred:
22
23
-* regression-from-stable-to-nightly
24
-* regression-from-stable-to-beta
25
-* regression-from-stable-to-stable
+* `regression-from-stable-to-nightly`
+* `regression-from-stable-to-beta`
+* `regression-from-stable-to-stable`
26
27
We recently had a case where a [regression was not caught][internals-thread]
28
before a release because the issue was not marked with a regression label.
0 commit comments