Skip to content

Commit 6340486

Browse files
author
Rajkumar Natarajan
committed
issue 130 stabilization guide
1 parent 91f4534 commit 6340486

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

src/stabilization_guide.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ following steps.
1212
## Documentation PRs
1313

1414
If any documentation for this feature exists, it should be
15-
in the `Unstable Book`, located at `src/doc/unstable-book`.
15+
in the [`Unstable Book`], located at [`src/doc/unstable-book`].
1616
If it exists, the page for the feature gate should be removed.
1717

1818
If there was documentation there, integrating it into the
@@ -63,8 +63,7 @@ The report should contain:
6363

6464
If any member of the team responsible for tracking this
6565
feature agrees with stabilizing this feature, they will
66-
start the FCP (final-comment-period) process by
67-
commenting
66+
start the FCP (final-comment-period) process by commenting
6867

6968
```bash
7069
@rfcbot fcp merge
@@ -75,14 +74,9 @@ decision is to stabilize, we proceed to do the actual code modification.
7574

7675
## Stabilization PR
7776

78-
Once we have decided to stabilize a feature, we need to have a PR that
79-
actually makes that stabilization happen. These kinds of PRs are a
80-
great way to get involved in Rust, as they take you on a little tour
81-
through the source code.
77+
Once we have decided to stabilize a feature, we need to have a PR thatactually makes that stabilization happen. These kinds of PRs are a great way to get involved in Rust, as they take you on a little tour through the source code.
8278

83-
Here is a general guide to how to stabilize a feature -- every feature
84-
is different, of course, so some features may require steps beyond
85-
what this guide talks about.
79+
Here is a general guide to how to stabilize a feature -- every feature is different, of course, so some features may require steps beyond what this guide talks about.
8680

8781
Note: Before we stabilize any feature, it's the rule that it should appear
8882
in the documentation.
@@ -177,3 +171,5 @@ if something { /* XXX */ }
177171
[The Reference]: https://github.com/rust-lang-nursery/reference
178172
[The Book]: https://github.com/rust-lang/book
179173
[Rust by Example]: https://github.com/rust-lang/rust-by-example
174+
[`Unstable Book`]: https://doc.rust-lang.org/unstable-book/index.html
175+
[`src/doc/unstable-book`]: https://github.com/rust-lang/rust/tree/master/src/doc/unstable-book

src/walkthrough.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,6 @@ After this, [a PR is made][stab] to remove the feature gate, enabling the featur
258258
default (on the 2018 edition). A note is added to the [Release notes][relnotes]
259259
about the feature.
260260

261-
[stab]: https://github.com/rust-lang/rust/pull/56245
262-
263-
[feature-stab]: https://forge.rust-lang.org/stabilization-guide.html
261+
Steps to stabilize the feature can be found at [Stabilizing Features](./stabilization_guide.md).
264262

265263
[relnotes]: https://github.com/rust-lang/rust/blob/master/RELEASES.md

0 commit comments

Comments
 (0)