Skip to content

Commit f2c4bba

Browse files
authored
Link directly to stabilization report comments (#1173)
Previously, readers had to scroll through tons of comments to find the report.
1 parent 93422c2 commit f2c4bba

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

src/stabilization_guide.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,24 @@ The report should contain:
5858
and describe the feature's behavior on encountering edge cases.
5959
- Links to the documentations (the PRs we have made in the
6060
previous steps).
61-
- Any other relevant information(Examples of such reports can
62-
be found in rust-lang/rust#44494 and rust-lang/rust#28237).
61+
- Any other relevant information.
6362
- The resolutions of any unresolved questions if the stabilization
6463
is for an RFC.
6564

65+
Examples of stabilization reports can be found in
66+
[rust-lang/rust#44494][report1] and [rust-lang/rust#28237][report2] (these links
67+
will bring you directly to the comment containing the stabilization report).
68+
69+
[report1]: https://github.com/rust-lang/rust/issues/44494#issuecomment-360191474
70+
[report2]: https://github.com/rust-lang/rust/issues/28237#issuecomment-363374130
71+
6672
## FCP
6773

6874
If any member of the team responsible for tracking this
6975
feature agrees with stabilizing this feature, they will
7076
start the FCP (final-comment-period) process by commenting
7177

72-
```bash
78+
```text
7379
@rfcbot fcp merge
7480
```
7581

0 commit comments

Comments
 (0)