@@ -95,31 +95,16 @@ by being unstable and unchanged for a year.
95
95
To keep track of the status of an unstable feature, the
96
96
experience we get while using it on nightly, and of the
97
97
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.
102
99
103
100
For features that have an RFC, you should use the RFC's
104
101
tracking issue for the feature.
105
102
106
103
For other features, you'll have to make a tracking issue
107
104
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 ] .
117
106
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
123
108
124
109
## Stability in code
125
110
0 commit comments