Skip to content

Commit d9ddeb9

Browse files
committed
remove TBD in new feature guide
1 parent 8d2f1cc commit d9ddeb9

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

feature-guide.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ in the feature's PR, and that marks the PR for an RFC-style FCP.
2121

2222
### Warning Cycles
2323

24-
In some other cases, a feature or bugfix might break some existing programs in some edge cases. In that case, you might want to do a crater run to assess the impact and possibly add a warning cycle.
25-
26-
MOAR DETAILS HERE
24+
In some other cases, a feature or bugfix might break some existing programs in some edge cases. In that case, you might want to do a crater run to assess the impact and possibly add a warning cycle, following the [rustc bug-fix procedure](rustc-bug-fix-procedure.html).
2725

2826
### Stability
2927

@@ -37,9 +35,19 @@ Eventually, after we gain the experience using the feature and are satisfied, we
3735

3836
### Tracking Issues
3937

40-
For features that have an RFC, you should use the RFC's tracking issue for the feature.
38+
For features that have an RFC, you should use the RFC's tracking issue for the feature.
39+
40+
For other features, you'll have to open a tracking issue for that feature. The issue title should be "Tracking issue for YOUR FEATURE" and it should have the `B-unstable` & `C-tracking-issue` tags, along with the tag for your subteam (e.g. `T-compiler` if this is a compiler feature).
41+
42+
For tracking issues for features, I don't think the description has to contain anything specific. Generally we put the list of items required for stabilization using a github list, e.g.
4143

42-
For other features, MOAR DETAILS HERE
44+
```
45+
**Steps:**
46+
47+
- [ ] Implement the RFC (cc @rust-lang/compiler -- can anyone write up mentoring instructions?)
48+
- [ ] Adjust documentation ([see instructions on forge][doc-guide])
49+
- Note: no stabilization step here.
50+
```
4351

4452
## Stability in code
4553

0 commit comments

Comments
 (0)