diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index c5cea21c..69a4c215 100644 --- a/.github/ISSUE_TEMPLATE/completed-lists.md +++ b/.github/ISSUE_TEMPLATE/completed-lists.md @@ -2,7 +2,10 @@ 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: compiled list + + assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/master-pull-request.md b/.github/ISSUE_TEMPLATE/master-pull-request.md new file mode 100644 index 00000000..ef4131fa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/master-pull-request.md @@ -0,0 +1,13 @@ +--- + +name: Master pull request +about: This is for your master pull request to merge your master into this repo +title: Put your UCID as the title (replace the 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 + diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 472a5362..4facd21c 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -2,7 +2,10 @@ 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: Things I don't Understand + assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index ff68fa38..b600819a 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -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: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 025fa8f1..88f5373b 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -2,7 +2,7 @@ name: Things I want to know about: Describe this issue template's purpose here. title: 'Thing I want to know: [Thing I want to Knows]' -labels: Things I learned +labels: '' assignees: '' --- diff --git a/README.md b/README.md index 0b49fb1d..229b45dc 100644 --- a/README.md +++ b/README.md @@ -13,17 +13,34 @@ 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. Python[2] +2. Linux[2] +3. JavaScript[1] +4. ReactJS[1] +5. i knew Docker[1] +6. i knew aws +7. i knew tera form #### Things we don't understand -1. Git Stash[1] -2. GIt pull[2] -3. GIT status[1] +1. Git Stash[2] +2. GitHub Actions[1] +3. Git Merge[1] +4. Git pull[1] +5. Git Status[1] +6. i dont know kubernetes +7. i dont know git status +8. i dont know git pull + #### Things we want to know next** -1. Elastic Search Indexing [1] -2. Cloud deployment with Kubernetes[2] -3. Teraform[1] +1. Terraform[2] +2. AWS[1] +3. Jenkins[1] +4. Kubernetes[2] +5. Elastic Search Indexing[1] +6. Cloud Deployment[1] +7. i want to know elastic search indexing +8. I want to know linux + ## 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