Skip to content

Commit 4fc30bd

Browse files
committed
Update tracking_issue.md
1 parent 4a84928 commit 4fc30bd

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,3 @@ contact_links:
33
- name: Rust Programming Language Forum
44
url: https://users.rust-lang.org
55
about: Please ask and answer questions about Rust here.
6-
- name: Security Vulnerability
7-
url: https://www.rust-lang.org/policies/security
8-
about: Please report security vulnerabilities here.

.github/ISSUE_TEMPLATE/tracking_issue.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,28 @@ feature and link any relevant PRs or issues, and remove any sections that are
1212
not relevant to the feature.
1313
-->
1414

15-
Introduced in #PR_NUMBER.
15+
This is a tracking issue for the RFC "XXX" (rust-lang/rfcs#NNN).
1616

17-
## Steps
17+
### Steps
1818
<!--
1919
Include each step required to complete the feature. Typically this is a PR
2020
implementing a feature, followed by a PR that stabilises the feature. However
2121
for larger features an implementation could be broken up into multiple PRs.
2222
-->
2323

24-
- [ ] Implementation (#PR_NUMBER)
25-
- [ ] Stabilisation (#PR_NUMBER)
24+
- [ ] Implement the RFC (cc @rust-lang/XXX -- can anyone write up mentoring
25+
instructions?)
26+
- [ ] Adjust documentation ([see instructions on rustc-guide][doc-guide])
27+
- [ ] Stabilization PR ([see instructions on rustc-guide][stabilization-guide])
2628

27-
## Open Questions
29+
[stabilization-guide]: https://rust-lang.github.io/rustc-guide/stabilization_guide.html#stabilization-pr
30+
[doc-guide]: https://rust-lang.github.io/rustc-guide/stabilization_guide.html#documentation-prs
31+
32+
### Unresolved Questions
2833
<!--
2934
Include any open questions that need to be answered before the feature can be
3035
stabilised.
3136
-->
3237

33-
- First question
34-
- Second question
35-
38+
XXX --- list all the "unresolved questions" found in the RFC to ensure they are
39+
not forgotten

0 commit comments

Comments
 (0)