@@ -96,31 +96,16 @@ by being unstable and unchanged for a year.
9696To keep track of the status of an unstable feature, the
9797experience we get while using it on nightly, and of the
9898concerns 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
104101For features that have an RFC, you should use the RFC's
105102tracking issue for the feature.
106103
107104For other features, you'll have to make a tracking issue
108105for 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