Skip to content

Commit

Permalink
Updated instructions for tracking issue (#488)
Browse files Browse the repository at this point in the history
* Updated instructions for tracking issue

Removed link to Forge instructions for documentation since they no longer seem to exist.

* Improved links and wording
  • Loading branch information
Alexander Regueiro authored and spastorino committed Nov 1, 2019
1 parent 8b86a6e commit a448c07
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/implementing_new_features.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,15 @@ for YOUR FEATURE".
For tracking issues for features (as opposed to future-compat
warnings), I don't think the description has to contain
anything specific. Generally we put the list of items required
for stabilization using a github list, e.g.
for stabilization in a checklist, e.g.,

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

<a name="stability-in-code"></a>
Expand Down

0 comments on commit a448c07

Please sign in to comment.