-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Policy: no discussions on T-compiler tracking issues #739
Comments
This issue is not meant to be used for technical discussion. There is a Zulip stream for that. Use this issue to leave procedural comments, such as volunteering to review, indicating that you second the proposal (or third, etc), or raising a concern that you would like to be addressed. Concerns or objections to the proposal should be discussed on Zulip and formally registered here by adding a comment with the following syntax:
Concerns can be lifted with:
See documentation at https://forge.rust-lang.org cc @rust-lang/compiler @rust-lang/compiler-contributors |
@rustbot second |
@rustbot label -final-comment-period +major-change-accepted |
…mease Strengthen tracking issue policy with consequences As per the T-compiler MCP: rust-lang/compiler-team#739
…mease Strengthen tracking issue policy with consequences As per the T-compiler MCP: rust-lang/compiler-team#739
Big +1 to this. Also I am amused by the fact that I'm violating the very policy I'm in favor of by leaving this comment. Sue me. |
…mease Strengthen tracking issue policy with consequences As per the T-compiler MCP: rust-lang/compiler-team#739
Rollup merge of rust-lang#124334 - oli-obk:tracking-issue-policy, r=fmease Strengthen tracking issue policy with consequences As per the T-compiler MCP: rust-lang/compiler-team#739
Strengthen tracking issue policy with consequences As per the T-compiler MCP: rust-lang/compiler-team#739
Proposal
Tracking issues frequently become unmanageably large (see https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AC-tracking-issue+sort%3Acomments-desc, where 25 issues have 99+ comments and 75 issues have 50+ comments, plus some extreme ones with hundreds of comments). It's a lot of effort to go through those issues and find specific discussion topics. Even if you have direct links to a specific comment, github starts hiding them.
I have started locking some tracking issues by default and asking people to take their discussions to zulip or separate issues. But, I have also made mistakes and suggested that all discussions must happen on zulip and github is only for issues, or forgot to leave a message about why I locked it entirely. And then we have over 700 tracking issues that do not follow this policy at all. Of course for most tracking issues, this never becomes a problem, but it's not clear to me that we can prevent the few for which it does become a problem.
Thus I am proposing to state that tracking issues with the T-compiler or T-lang label should not have discussions on them and any discussions will be deleted. Instead users should open a new github issue with the feature's
F-
label for specific topics and link back to the main tracking issue.Mentors or Reviewers
not applicable
Process
The main points of the Major Change Process are as follows:
@rustbot second
.-C flag
, then full team check-off is required.@rfcbot fcp merge
on either the MCP or the PR.You can read more about Major Change Proposals on forge.
Comments
This issue is not meant to be used for technical discussion. There is a Zulip stream for that. Use this issue to leave procedural comments, such as volunteering to review, indicating that you second the proposal (or third, etc), or raising a concern that you would like to be addressed.
The text was updated successfully, but these errors were encountered: