Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 your master pull request to merge your master into this repo.
title: Add ur UCID (edit this text).
labels: Compiled List
assignees: ''

---

You need to make a pull request and add the link to the pull request to this issue when you submit it.
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: ''
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: ''
assignees: ''

---
Expand Down
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
.idea
.idea
.github/ISSUE_TEMPLATE/completed-lists.md
.github/ISSUE_TEMPLATE/master-pull-request.md
.github/ISSUE_TEMPLATE/things-i-don-t-understand.md
.github/ISSUE_TEMPLATE/things-i-want-to-know.md
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and

### Your list should look like this:
#### Things we understand**
1. Python Print[1]
2. Linux Directory listing[2]
3. Docker Installation[1]
1. I know how to commit changes.
2. I know how to push and pull commits.
3. I know how to add repo secrets in Github.
#### Things we don't understand
1. Git Stash[1]
2. GIt pull[2]
3. GIT status[1]
1. I don't understand what certain issues require me to fix.
2. I don't understand how Dockerhub will be used.
3. I don't understand when to change between different branches.
#### Things we want to know next**
1. Elastic Search Indexing [1]
1. I want to learn how to read Python.
2. Cloud deployment with Kubernetes[2]
3. Teraform[1]

Expand Down