Description
Uplifted from https://github.com/rust-lang/triagebot/pull/2066/files#r2133761555.
This proposal is blocked on PR #2066.
I propose that triagebot should automatically create a T-compiler tracking issue over at rust-lang/rust for accepted (compiler) MCPs once their waiting period has passed (right before or after automatically closing the MCP, cc #2066).
Motivation: It would make it less likely for accepted MCPs to fall into oblivion which is a confirmed issue that's been discussed in the past (like maybe a year ago). For example, I don't even know if we have an accurate and up to date list of accepted but still unimplemented MCPs (I remember that there were motions to compile such a lists some time ago).
How should the generated tracking issue look like, roughly? Here's a quick mockup:
- Title:
Tracking issue for MCP <NUMBER>: <TITLE>
NUMBER
: The issue number in the rust-lang/compiler-team repo.TITLE
: The title of the MCP.
- Labels: C-tracking-issue + T-compiler + B-MCP-approved + S-tracking-unimplemented
- Assignee: (Maybe) the author of the MCP.
Description:
This is a tracking issue for [MCP {number}](https://github.com/rust-lang/compiler-team/issues/{number}).
### About tracking issues
Tracking issues are used to record the overall progress of implementation.
They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions.
A tracking issue is however *not* meant for large scale discussion, questions, or bug reports about a feature.
Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.
Discussion comments will get marked as off-topic or deleted.
Repeated discussions on the tracking issue may lead to the tracking issue getting locked.
### Steps
- [ ] Implement the MCP
- [ ] Adjust documentation
### Unresolved questions
*None so far.*
### Implementation history
*Empty so far.*