Skip to content
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/completed-lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Completed Lists
about: This is for your master pull request to merge your master into this repo.
title: Put your UCID as the title (replace this text)
labels: Compiled List
labels: ''
assignees: ''

---
Expand Down
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/master-pull-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Master Pull Request
about: This is for you master pull request to merge your master into this repo.
title: Put your UCID as the title [replace this text]
labels: Submitting Master Branch
assignees: ''

---

You need to make a pull request and add the link to the pull request to this issue when you submit.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/things-i-don-t-understand.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Things I Don't Understand
about: This is for adding issues that you don't understand
title: ''
labels: Things I Don't Understand
labels: I Don't Know
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/things-i-learned.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Things I learned
about: Add one item for each thing you learned keep to max of 255 characters
title: "[Things I Learned]"
labels: Things I learned
labels: I Know
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/things-i-want-to-know.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Things I want to know
about: Describe this issue template's purpose here.
title: 'Thing I want to know: <file in title> [Thing I want to Knows]'
labels: Things I learned
labels: What I Want to Know
assignees: ''

---
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,12 @@ Collaborating on GitHub:
13. update your local main branch with the changes from the merge by doing git pull origin main
14. Repeat again, and again, and again

## Complete the Assignment By adding it here
### Things I understand
1. Cloning a repo
2. Pushing to GitHub
### Things I don't understand
1. Pull requests - how to do it effectively and are they the same as merges?
2. Libraries and Frameworks - the concepts and basics
### Things I Want to Know
1. CI (Continuous Integration) - what it is and how it works