Skip to content

Commit 2345c42

Browse files
committed
roll in-progress work into tracking issues page
1 parent 363a4ce commit 2345c42

File tree

6 files changed

+17
-16
lines changed

6 files changed

+17
-16
lines changed

src/SUMMARY.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@
1010

1111
This section describes the processes around how standard library features are developed and stabilized.
1212

13-
- [Landing a new feature](./feature-lifecycle/new-unstable-features.md)
14-
- [Tracking issues](./feature-lifecycle/tracking-issues.md)
15-
- [Working on an unstable feature](./feature-lifecycle/working-on-unstable-features.md)
16-
- [Stabilizing a feature](./feature-lifecycle/stabilization.md)
17-
- [Deprecating a feature](./feature-lifecycle/deprecation.md)
13+
- [Landing new features](./feature-lifecycle/new-unstable-features.md)
14+
- [Using tracking issues](./feature-lifecycle/tracking-issues.md)
15+
- [Stabilizing features](./feature-lifecycle/stabilization.md)
16+
- [Deprecating features](./feature-lifecycle/deprecation.md)
1817

1918
# Code considerations
2019

src/feature-lifecycle/deprecation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Deprecating a feature
1+
# Deprecating features
22

33
**Status:** Stub
44

src/feature-lifecycle/new-unstable-features.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Landing a new features
1+
# Landing new features
22

33
**Status:** Stub
44

src/feature-lifecycle/stabilization.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Stabilizing a feature
1+
# Stabilizing features
22

33
**Status:** Stub
44

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1-
# Tracking issues
1+
# Using tracking issues
22

33
**Status:** Stub
44

55
Tracking issues are used to facilitate discussion and report on the status of standard library features. All public APIs need a dedicated tracking issue. Some larger internal units of work may also use them.
66

7+
## Creating a tracking issue
8+
79
There's a template that can be used to fill out the initial tracking issue. The Libs team also maintains [a Cargo tool](https://github.com/rust-lang/libs-team/tree/main/tools/unstable-api) that can be used to quickly dump the public API of an unstable feature.
10+
11+
## Working on an unstable feature
12+
13+
The current state of an unstable feature should be outlined in its tracking issue.
14+
15+
If there's a change you'd like to make to an unstable feature, it can be discussed on the tracking issue first.
16+

src/feature-lifecycle/working-on-unstable-features.md

-7
This file was deleted.

0 commit comments

Comments
 (0)