Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
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
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: ''
assignees: ''

---
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/things-i-learned.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Things I learned
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
10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/things-i-want-to-know.md

This file was deleted.

10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/things-i-want-to-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Things I Want to Learn
about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''

---

Please add 1 item that you want to learn. File new issues for each item that you want to learn. Please keep the number of characters to no more than 255.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and
2. GIt pull[2]
3. GIT status[1]
#### Things we want to know next**
1. Elastic Search Indexing [1]
1. Containerization[1]
2. Cloud deployment with Kubernetes[2]
3. Teraform[1]
4. Unit Testing[1]

## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL
Add your ssh public key to github - See video
Expand Down