Skip to content

Commit 2c03abd

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 3ff32ec commit 2c03abd

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

src/implementing_new_features.md

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

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

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

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

124109
## Stability in code
125110

0 commit comments

Comments
 (0)