Skip to content
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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Description

What changed? Why? (the code + comments should speak for itself on the "how")

Fun screenshots or a cool video or something are super helpful as well. If this touches platform-specific behavior, this is where test evidence should be collected.

Any issues this pull request closes or pull requests this supersedes should be linked with `Closes #issuenumber`.

## Meta
mdurrani808 marked this conversation as resolved.
Show resolved Hide resolved

Merge checklist:
- [ ] 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
spacey-sooty marked this conversation as resolved.
Show resolved Hide resolved
- [ ] If this PR touches configuration, this is backwards compatible with settings back to v2024.3.1
Copy link
Contributor

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

- [ ] If this PR addresses a bug, a regression test for it is added
Loading