From ee97a1b62e079d3d4105d3e79252dc56f1e7e2b4 Mon Sep 17 00:00:00 2001 From: Joseph Eng <91924258+KangarooKoala@users.noreply.github.com> Date: Fri, 14 Feb 2025 18:37:11 -0800 Subject: [PATCH] Add back pr template (#1782) This has the contents of https://github.com/PhotonVision/photonvision/pull/1561 at https://github.com/PhotonVision/photonvision/commit/04f63bdd6ec1519d3c1f77dfc82e5878224759fb, which got force-pushed away before it got merged. --------- Co-authored-by: Matt Co-authored-by: Gold856 <117957790+Gold856@users.noreply.github.com> Co-authored-by: Jade --- .github/pull_request_template.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..49c7e7ba6 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ +## Description + + + + + + + +## Meta + +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 changes behavior or adds a feature, user documentation is updated +- [ ] 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 +- [ ] If this PR addresses a bug, a regression test for it is added