diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..c3e0510b --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,35 @@ + + +## Learners, PR Template + + +Self checklist + +- [ ] 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 + +## Changelist + + +Briefly explain your PR. diff --git a/README.md b/README.md index 729cb32f..f6a309ea 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,12 @@ To learn more about **pull requests** and how to create one, please use this gui 9. Open a `Pull Request` to this repository -## Finished Work +## How to check your work? +If you have correctly submitted your PR, you can find it in https://github.com/CodeYourFuture/GitHomeworkTest/pulls. -When you've finished you should have a `pull request` that looks like this +Your PR should look like this: https://github.com/CodeYourFuture/GitHomeworkTest/pull/692 -https://github.com/CodeYourFuture/GitHomeworkTest/pull/1 +**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. ## Asking for Help