From ebb3782cdad858543f09e15e9cde50bf7018e4a8 Mon Sep 17 00:00:00 2001 From: Daniel Wagner-Hall Date: Fri, 31 Jul 2026 14:02:04 +0100 Subject: [PATCH] Add prompt to include Task ID --- .github/pull_request_template.md | 42 ++++++++++++++++++++++++++++++++ 1 file changed, 42 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..d8fa694 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,42 @@ + + +## 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/) + +## Task ID + +Replace this line with the Task ID (e.g. CYF-0000). + +## Changelist + +Briefly explain your PR. + +## Questions + +Ask any questions you have for your reviewer. You must remove this section if you have no questions.