From 596517e525f8b235e76bce0298ac799c9a99fa57 Mon Sep 17 00:00:00 2001 From: Joseph Pender Date: Tue, 24 Feb 2026 13:46:31 -0600 Subject: [PATCH 1/2] chore: adding organization wide pull request template --- .github/pull_request_template.md | 34 ++++++++++++++++++++++++++++++++ 1 file changed, 34 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 0000000..d19a54c --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,34 @@ +## Description + + +## Change Type +- [ ] Fix +- [ ] Feature +- [ ] Refactor +- [ ] Breaking Change +- [ ] Documentation + +## Rationale / Problems Fixed + + + +## Tests or Reproductions + + + + +## Screenshots / Media + + +## Versions Affected +- [ ] 7.x +- [ ] 8.x +- [ ] 9.x + +## Platforms Affected +- [ ] Android +- [ ] iOS +- [ ] Web + +## Notes / Comments + From 7309ef15b89d230dfa48fa5264833cfe473ec1b4 Mon Sep 17 00:00:00 2001 From: Joey Pender Date: Thu, 26 Feb 2026 21:02:27 -0600 Subject: [PATCH 2/2] Update pull_request_template.md Co-authored-by: Pedro Bilro --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d19a54c..cbb9a57 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -18,7 +18,7 @@ ## Screenshots / Media - + ## Versions Affected - [ ] 7.x