Skip to content

Commit 19c7c86

Browse files
committed
cleanup the "tracking issue" section
mostly this just suggests using a tracking issue instead of inlining the info from the issue template
1 parent cfe2046 commit 19c7c86

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

Diff for: src/implementing_new_features.md

+3-18
Original file line numberDiff line numberDiff line change
@@ -96,31 +96,16 @@ by being unstable and unchanged for a year.
9696
To keep track of the status of an unstable feature, the
9797
experience we get while using it on nightly, and of the
9898
concerns that block its stabilization, every feature-gate
99-
needs a tracking issue.
100-
101-
General discussions about the feature should be done on
102-
the tracking issue.
99+
needs a tracking issue. General discussions about the feature should be done on the tracking issue.
103100

104101
For features that have an RFC, you should use the RFC's
105102
tracking issue for the feature.
106103

107104
For other features, you'll have to make a tracking issue
108105
for that feature. The issue title should be "Tracking issue
109-
for YOUR FEATURE".
110-
111-
For tracking issues for features (as opposed to future-compat
112-
warnings), I don't think the description has to contain
113-
anything specific. Generally we put the list of items required
114-
for stabilization in a checklist, e.g.,
115-
116-
```txt
117-
**Steps:**
106+
for YOUR FEATURE". Use the ["Tracking Issue" issue template][template].
118107

119-
- [ ] Implement the RFC. (CC @rust-lang/compiler -- can anyone write
120-
up mentoring instructions?)
121-
- [ ] Adjust the documentation. ([See instructions on rustc-dev-guide.](stabilization_guide.md#documentation-prs))
122-
- [ ] Stabilize the feature. ([See instructions on rustc-dev-guide.](stabilization_guide.md#stabilization-pr))
123-
```
108+
[template]: https://github.com/rust-lang/rust/issues/new?template=tracking_issue.md
124109

125110
## Stability in code
126111

0 commit comments

Comments
 (0)