-
Notifications
You must be signed in to change notification settings - Fork 196
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
Create opinionated pull request template #1561
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: Gold856 <[email protected]>
Co-authored-by: Jade <[email protected]>
- [ ] Pull Request title is [short, imperative summary](https://cbea.ms/git-commit/) of proposed changes | ||
- [ ] The description documents the _what_ and _why_ | ||
- [ ] If this PR touches photon-serde, all messages have been regenerated and hashes have not changed unexpectedly | ||
- [ ] If this PR touches configuration, this is backwards compatible with settings back to v2024.3.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should it be for that year? 2025.X.X or whatever unless this is just intentional to make it always compatible back to then
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The current update plan is to always be able to support configs from last years last stable build.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not related to this PR, but is there a test for loading the last stable config?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes added in #1487
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, the intent is that this template would be updated when we need to bump that.
Co-authored-by: Joseph Eng <[email protected]>
Description
Formalize how pull requests should look, and add a checklist to reduce tribal knowledge around things to watch out for. Having a consistent look to PRs and adding some framework around expectations is helpful for keeping people on the same page, but can also be intimidating. I've attempted to kept this list short and tone friendly.
Meta
Merge checklist:
If this PR touches photon-serde, all messages have been regenerated and hashes have not changed unexpectedlyIf this PR touches configuration, this is backwards compatible with settings back to v2024.3.1If this PR addresses a bug, a regression test for it is added