diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c3e0510..7386150 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -21,8 +21,8 @@ For example, 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 +- [x] I have titled my PR with REGION | COHORT_NAME | FIRST_NAME LAST_NAME | PROJ_NAME +- [x] My changes meet the requirements outlined in the `README.md` of this task ## Changelist @@ -33,3 +33,4 @@ Self checklist You must replace "Briefly explain your PR." with a brief description of the changes you have made. --> Briefly explain your PR. +Homework corrected as per the assignment diff --git a/homework.md b/homework.md index 1a8a59b..6b4d7ec 100644 --- a/homework.md +++ b/homework.md @@ -2,24 +2,26 @@ ## 1. What is 2 + 2? -5 +4 ## 2. What is JavaScript? -An exciting new play about coffee. +A programming language ## 3. Name three problems Git & GitHub solve? -When people want to show off code to each other they can put it on GitHub +1- When working on a project with multiple people they can see each other's work +2- Version control +3- Showing your work to outside people e.g. prospective employers ## 4. What happens when you `fork` a repository? -You delete it +A 'fork' is a copy of a repository in GitHub ## 5. What happens when you clone a repository? -It send it to a friend +A clone is a copy on your own computer ## 6. What is a Pull Request? -When you send a file over the internet +A request for your code to be reviewed