Link directly to stabilization report comments (#1173)

Previously, readers had to scroll through tons of comments to find the
report.
This commit is contained in:
Noah Lev 2021-07-20 17:39:41 -07:00 committed by GitHub
parent 93422c21ba
commit f2c4bba539
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 3 deletions

View File

@ -58,18 +58,24 @@ The report should contain:
and describe the feature's behavior on encountering edge cases. and describe the feature's behavior on encountering edge cases.
- Links to the documentations (the PRs we have made in the - Links to the documentations (the PRs we have made in the
previous steps). previous steps).
- Any other relevant information(Examples of such reports can - Any other relevant information.
be found in rust-lang/rust#44494 and rust-lang/rust#28237).
- The resolutions of any unresolved questions if the stabilization - The resolutions of any unresolved questions if the stabilization
is for an RFC. is for an RFC.
Examples of stabilization reports can be found in
[rust-lang/rust#44494][report1] and [rust-lang/rust#28237][report2] (these links
will bring you directly to the comment containing the stabilization report).
[report1]: https://github.com/rust-lang/rust/issues/44494#issuecomment-360191474
[report2]: https://github.com/rust-lang/rust/issues/28237#issuecomment-363374130
## FCP ## FCP
If any member of the team responsible for tracking this If any member of the team responsible for tracking this
feature agrees with stabilizing this feature, they will feature agrees with stabilizing this feature, they will
start the FCP (final-comment-period) process by commenting start the FCP (final-comment-period) process by commenting
```bash ```text
@rfcbot fcp merge @rfcbot fcp merge
``` ```