Proposal
See rust-lang/rust#158737 for the proposed PR template:
Relevant Tracking Issue:
---
<!-- homu-ignore:start -->
<!--
If this PR is related to an unstable feature or an otherwise tracked effort,
please link to the relevant tracking issue here. If you don't know of a related
tracking issue or there are none, please explicitly write `none` instead.
This PR will get automatically assigned to a reviewer. In case you would like
a specific user to review your work, you can assign it to them by using
r? <reviewer name>
-->
<!-- homu-ignore:end -->
I've recently had a few more discussions on how to improve the visibility and legibility of ongoing work. This is one of the more straightforward results of them. If you have thoughts here or would be up to more generally talk about your experience, especially in the context of type system work, please reach out to me! I would love to talk with you about this.
Tracking Issues play a large role in the way people navigate the project. They are often out of date and we have a very spotty track record of cross-linking relevant work. That makes it difficult to learn about the status of that work item and makes it difficult to figure out the implementation history of a feature as a lot of the work isn't linked anywhere. It's generally just kind of annoying :<
Expecting people to just do better™️ doesn't work unfortunately. We've already mentioned tracking issues in the PR template before, but it's been quite easy to ignore. I personally completely forgot we even talk about tracking issues in the PR template right now.
The change I want to do initially is quite small:
- change the PR template to make the "Relevant Tracking Issue" more explicit
- ask people to set it to
none if there is no relevant issue instead of doing nothing
I believe that having to either link to a tracking issue or alternatively, explicitly state that there is no such issue, should be very little effort compared to actually writing the PR itself and think that this effort should be worth it. If this works out the way I hope I would then change bors/rustbot to initially warn, and later potentially even block on providing this metadata in the PR description.
Mentors or Reviewers
n/a
Process
The main points of the Major Change Process are as follows:
You can read more about Major Change Proposals on forge.
Proposal
See rust-lang/rust#158737 for the proposed PR template:
I've recently had a few more discussions on how to improve the visibility and legibility of ongoing work. This is one of the more straightforward results of them. If you have thoughts here or would be up to more generally talk about your experience, especially in the context of type system work, please reach out to me! I would love to talk with you about this.
Tracking Issues play a large role in the way people navigate the project. They are often out of date and we have a very spotty track record of cross-linking relevant work. That makes it difficult to learn about the status of that work item and makes it difficult to figure out the implementation history of a feature as a lot of the work isn't linked anywhere. It's generally just kind of annoying :<
Expecting people to just do better™️ doesn't work unfortunately. We've already mentioned tracking issues in the PR template before, but it's been quite easy to ignore. I personally completely forgot we even talk about tracking issues in the PR template right now.
The change I want to do initially is quite small:
noneif there is no relevant issue instead of doing nothingI believe that having to either link to a tracking issue or alternatively, explicitly state that there is no such issue, should be very little effort compared to actually writing the PR itself and think that this effort should be worth it. If this works out the way I hope I would then change
bors/rustbotto initially warn, and later potentially even block on providing this metadata in the PR description.Mentors or Reviewers
n/a
Process
The main points of the Major Change Process are as follows:
@rustbot secondor kickoff a team FCP with@rfcbot fcp $RESOLUTION.You can read more about Major Change Proposals on forge.