diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 032b8606..c3e0510b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,24 +2,34 @@ You must title your PR like this: -COHORT_NAME | FIRST_NAME LAST_NAME | REPO_NAME | WEEK +REGION | COHORT_NAME | FIRST_NAME LAST_NAME | PROJ_NAME For example, -ITP-OCT-24 | Carol Owen | GitHomeworkFixErrors | Week1 + London | May-2025 | Carol Owen | Sprint-1 -Complete the task list below this message. -If your PR is rejected, check the task list. +--> + +## Learners, PR Template + -# Your Details +Self checklist -- Your Name: -- Your City: -- Your Slack Name: +- [ ] I have titled my PR with REGION | COHORT_NAME | FIRST_NAME LAST_NAME | PROJ_NAME +- [ ] My changes meet the requirements outlined in the `README.md` of this task -# Homework Details +## Changelist -- Module: -- Week: + +Briefly explain your PR. diff --git a/README.md b/README.md index acb927df..f158d4a8 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,9 @@ Can you help him to fix or improve the answers to his homework? 3. Create a branch with an appropriate name for the task you're on 3. Fix the errors in Linus's homework in `homework.md` 4. Create a Pull Request back to this repository with the correct answers. Make sure your Pull Request is created in CodeYourFuture's fork, not your personal fork. + + +## How to check your work? +If you have correctly submitted your PR, you can find it in https://github.com/CodeYourFuture/GitHomeworkFixErrors/pulls. + +Please note that your PR will not undergo an official review, as none is required. Most PRs at CodeYourFuture get reviewed, but this one is just for you to practice creating them.