diff options
| author | jyn <github@jyn.dev> | 2023-06-24 10:58:44 -0500 |
|---|---|---|
| committer | jyn <github@jyn.dev> | 2023-06-29 10:05:10 -0500 |
| commit | 0209d5b15432d6b97f40a09f096b05808dabb92f (patch) | |
| tree | f7b2b28885141bc82bed5462abc5b17170d33232 /src/doc/rustc-dev-guide | |
| parent | 82dd858996e7dbc9c27d81da23bee504d2a9fffa (diff) | |
| download | rust-0209d5b15432d6b97f40a09f096b05808dabb92f.tar.gz rust-0209d5b15432d6b97f40a09f096b05808dabb92f.zip | |
cleanup the "tracking issue" section
mostly this just suggests using a tracking issue instead of inlining the info from the issue template
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/implementing_new_features.md | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/src/doc/rustc-dev-guide/src/implementing_new_features.md b/src/doc/rustc-dev-guide/src/implementing_new_features.md index 9ff642a6c4d..447b621da63 100644 --- a/src/doc/rustc-dev-guide/src/implementing_new_features.md +++ b/src/doc/rustc-dev-guide/src/implementing_new_features.md @@ -96,31 +96,16 @@ by being unstable and unchanged for a year. To keep track of the status of an unstable feature, the experience we get while using it on nightly, and of the concerns that block its stabilization, every feature-gate -needs a tracking issue. - -General discussions about the feature should be done on -the tracking issue. +needs a tracking issue. General discussions about the feature should be done on the tracking issue. For features that have an RFC, you should use the RFC's tracking issue for the feature. For other features, you'll have to make a tracking issue for that feature. The issue title should be "Tracking issue -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 in a checklist, e.g., - -```txt -**Steps:** +for YOUR FEATURE". Use the ["Tracking Issue" issue template][template]. -- [ ] Implement the RFC. (CC @rust-lang/compiler -- can anyone write - up mentoring instructions?) -- [ ] Adjust the documentation. ([See instructions on rustc-dev-guide.](stabilization_guide.md#documentation-prs)) -- [ ] Stabilize the feature. ([See instructions on rustc-dev-guide.](stabilization_guide.md#stabilization-pr)) -``` +[template]: https://github.com/rust-lang/rust/issues/new?template=tracking_issue.md ## Stability in code |
