]> git.lizzy.rs Git - rust.git/blob - .github/ISSUE_TEMPLATE/tracking_issue.md
Merge commit '63734fcdd718cca089f84c42f3a42c0096cfd431' into sync_cg_clif-2022-05-15
[rust.git] / .github / ISSUE_TEMPLATE / tracking_issue.md
1 ---
2 name: Tracking Issue
3 about: A tracking issue for an accepted feature or RFC in Rust.
4 title: Tracking Issue for XXX
5 labels: C-tracking-issue
6 ---
7 <!--
8 NOTE: For library features, please use the "Library Tracking Issue" template instead.
9
10 Thank you for creating a tracking issue! ðŸ“œ Tracking issues are for tracking a
11 feature from implementation to stabilisation. Make sure to include the relevant
12 RFC for the feature if it has one. Otherwise provide a short summary of the
13 feature and link any relevant PRs or issues, and remove any sections that are
14 not relevant to the feature.
15
16 Remember to add team labels to the tracking issue.
17 For a language team feature, this would e.g., be `T-lang`.
18 Such a feature should also be labeled with e.g., `F-my_feature`.
19 This label is used to associate issues (e.g., bugs and design questions) to the feature.
20 -->
21
22 This is a tracking issue for the RFC "XXX" (rust-lang/rfcs#NNN).
23 The feature gate for the issue is `#![feature(FFF)]`.
24
25 ### About tracking issues
26
27 Tracking issues are used to record the overall progress of implementation.
28 They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions.
29 A tracking issue is however *not* meant for large scale discussion, questions, or bug reports about a feature.
30 Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.
31
32 ### Steps
33 <!--
34 Include each step required to complete the feature. Typically this is a PR
35 implementing a feature, followed by a PR that stabilises the feature. However
36 for larger features an implementation could be broken up into multiple PRs.
37 -->
38
39 - [ ] Implement the RFC (cc @rust-lang/XXX -- can anyone write up mentoring
40       instructions?)
41 - [ ] Adjust documentation ([see instructions on rustc-dev-guide][doc-guide])
42 - [ ] Stabilization PR ([see instructions on rustc-dev-guide][stabilization-guide])
43
44 [stabilization-guide]: https://rustc-dev-guide.rust-lang.org/stabilization_guide.html#stabilization-pr
45 [doc-guide]: https://rustc-dev-guide.rust-lang.org/stabilization_guide.html#documentation-prs
46
47 ### Unresolved Questions
48 <!--
49 Include any open questions that need to be answered before the feature can be
50 stabilised.
51 -->
52
53 XXX --- list all the "unresolved questions" found in the RFC to ensure they are
54 not forgotten
55
56 ### Implementation history
57
58 <!--
59 Include a list of all the PRs that were involved in implementing the feature.
60 -->