diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/master-pull-request.md similarity index 81% rename from .github/ISSUE_TEMPLATE/completed-lists.md rename to .github/ISSUE_TEMPLATE/master-pull-request.md index c5cea21c..78c33a6e 100644 --- a/.github/ISSUE_TEMPLATE/completed-lists.md +++ b/.github/ISSUE_TEMPLATE/master-pull-request.md @@ -1,14 +1,15 @@ --- -name: Completed Lists +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 this text) -labels: Compiled List +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. PULL REQUEST LINK: -UCID: +UCID: \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 472a5362..e30f24e3 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -2,9 +2,9 @@ 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: '' --- -I don't understand +I don't understand \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index ff68fa38..7785ee66 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -2,9 +2,9 @@ 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: '' --- -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. +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. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 025fa8f1..ef34523b 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: I Want to Know assignees: '' --- diff --git a/.gitignore b/.gitignore index 723ef36f..a017039c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ -.idea \ No newline at end of file +.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 diff --git a/README.md b/README.md index 0b49fb1d..f00ee879 100644 --- a/README.md +++ b/README.md @@ -13,17 +13,26 @@ 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] +2. I know how to push and pull commits.[3] +3. I know how to add repo secrets in Github. +4. Python print +5. Git Status +6. Creating SSH Keys and setting up the authorization #### 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] +3. I don't understand when to change between different branches. +4. I don't know linux directory listing [2] +5. I don't know GIT +6. Creating features in webclass project #### Things we want to know next** -1. Elastic Search Indexing [1] -2. Cloud deployment with Kubernetes[2] -3. Teraform[1] +1. Cloud deployment [1] +2. Teraform[2] +3. Databases[2] +4. I want to know how to read and understand Python code. [1] +5. Learning to write up docker setup files +6. Best methods to handle large scale merge conflicts ## 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