Skip to content

Commit a448c07

Browse files
Alexander Regueirospastorino
Alexander Regueiro
authored andcommitted
Updated instructions for tracking issue (#488)
* Updated instructions for tracking issue Removed link to Forge instructions for documentation since they no longer seem to exist. * Improved links and wording
1 parent 8b86a6e commit a448c07

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/implementing_new_features.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,15 @@ for YOUR FEATURE".
9999
For tracking issues for features (as opposed to future-compat
100100
warnings), I don't think the description has to contain
101101
anything specific. Generally we put the list of items required
102-
for stabilization using a github list, e.g.
102+
for stabilization in a checklist, e.g.,
103103

104104
```txt
105-
**Steps:**
105+
**Steps:**
106106
107-
- [ ] Implement the RFC (cc @rust-lang/compiler -- can anyone write
108-
up mentoring instructions?)
109-
- [ ] Adjust documentation ([see instructions on forge][doc-guide])
110-
- Note: no stabilization step here.
107+
- [ ] Implement the RFC. (CC @rust-lang/compiler -- can anyone write
108+
up mentoring instructions?)
109+
- [ ] Adjust the documentation. ([See instructions on rustc-guide.](https://rust-lang.github.io/rustc-guide/stabilization_guide.html#documentation-prs))
110+
- [ ] Stabilize the feature. ([See instructions on rustc-guide.](https://rust-lang.github.io/rustc-guide/stabilization_guide.html#stabilization-pr))
111111
```
112112

113113
<a name="stability-in-code"></a>

0 commit comments

Comments
 (0)