diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md deleted file mode 100644 index c5cea21c..00000000 --- a/.github/ISSUE_TEMPLATE/completed-lists.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -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 -assignees: '' - ---- - -You need to make a pull request and add the link to the pull request to this issue when you submit. - -PULL REQUEST LINK: - -UCID: diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md deleted file mode 100644 index 472a5362..00000000 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Things I Don't Understand -about: This is for adding issues that you don't understand -title: '' -labels: Things I Don't Understand -assignees: '' - ---- - -I don't understand diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md deleted file mode 100644 index ff68fa38..00000000 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -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 -assignees: '' - ---- - -Please add one item that you learned. File new issues for each item that you learned. Please keep the number of characters to no more than 255. diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md deleted file mode 100644 index 025fa8f1..00000000 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -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 -assignees: '' - ---- - -Please describe what you want to know in less than 255 characters. diff --git a/.gitignore b/.gitignore index 723ef36f..485dee64 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -.idea \ No newline at end of file +.idea diff --git a/README.md b/README.md index 0b49fb1d..3e7808df 100644 --- a/README.md +++ b/README.md @@ -13,17 +13,17 @@ 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. Cloning a Repos [1] +2. Pushing to Github [2] +3. Commits [1] #### Things we don't understand -1. Git Stash[1] -2. GIt pull[2] -3. GIT status[1] +1. Pull Requests [1] +2. Merging [2] +3. Docker Commands [1] #### Things we want to know next** -1. Elastic Search Indexing [1] -2. Cloud deployment with Kubernetes[2] -3. Teraform[1] +1. Continuous Integration [1] +2. Continuous Deployment [2] +3. Agile DevOps [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