From b848de9bbab92897c8a76e5377dfd8c8b7278c45 Mon Sep 17 00:00:00 2001 From: Daniel Wagner-Hall Date: Wed, 1 Jul 2026 11:16:54 +0100 Subject: [PATCH 1/2] Vendor in existing template from org .github repo --- .github/pull_request_template.md | 38 ++++++++++++++++++++++++++++++++ 1 file changed, 38 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..7c6879088 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,38 @@ + + +## Learners, PR Template + +Self checklist + +- [ ] I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title +- [ ] My changes meet the requirements of the task +- [ ] I have tested my changes +- [ ] My changes follow the [style guide](https://curriculum.codeyourfuture.io/guides/reviewing/style-guide/) + +## Changelist + +Briefly explain your PR. + +## Questions + +Ask any questions you have for your reviewer. You must remove this section if you have no questions. From b09eb22be73e7f7999fe11b43ffdea3374f65d3f Mon Sep 17 00:00:00 2001 From: Daniel Wagner-Hall Date: Wed, 1 Jul 2026 11:17:31 +0100 Subject: [PATCH 2/2] Add "Task code" field to PR template --- .github/pull_request_template.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7c6879088..e2fc5e6a4 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -33,6 +33,10 @@ Self checklist Briefly explain your PR. +## Task code + +Task code: + ## Questions Ask any questions you have for your reviewer. You must remove this section if you have no questions.