diff --git a/.github/ISSUE_TEMPLATE/assignment-master-list.md b/.github/ISSUE_TEMPLATE/assignment-master-list.md new file mode 100644 index 000000000..8368d1f75 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/assignment-master-list.md @@ -0,0 +1,10 @@ +--- +name: Assignment Master List +about: Regarding pull request to merge my master into your master +title: '' +labels: Master List +assignees: '' + +--- + +Pull Request link: diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index c5cea21c6..598dcc230 100644 --- a/.github/ISSUE_TEMPLATE/completed-lists.md +++ b/.github/ISSUE_TEMPLATE/completed-lists.md @@ -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: '' --- diff --git a/.github/ISSUE_TEMPLATE/master-pull-request.md b/.github/ISSUE_TEMPLATE/master-pull-request.md new file mode 100644 index 000000000..209e8e24b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/master-pull-request.md @@ -0,0 +1,6 @@ +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: Master 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 472a53624..faa2f2968 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: 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 index ff68fa38f..1f141d189 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. + diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 025fa8f14..9a043b565 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -2,9 +2,9 @@ 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: Want to Know assignees: '' --- -Please describe what you want to know in less than 255 characters. + diff --git a/README.md b/README.md index 0b49fb1dd..5b918eed6 100644 --- a/README.md +++ b/README.md @@ -11,19 +11,57 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Complete the Assignment By adding your issues to these 3 lists and count how many times each issue is mentioned. The number in the bracket next to each issue is the count, you should set your count at 1 for your issue. We need the count of how many times the issue is mentioned, so that we can prioritze each issue. -### Your list should look like this: +### Your list should look like this +: #### Things we understand** -1. Python Print[1] -2. Linux Directory listing[2] -3. Docker Installation[1] + +1. Python Print[2] +2. Linux Directory listing[4] +3. Docker Installation[2] +4. GIT Push[6] +5. Cloning git repo[6] +6. importing files from git to pycharm[3] +7. Dockerfile and DockerCompose files[2] +8. Python[4] +9. Linux[4] +10. JavaScript[2] +11. ReactJS[2] +12. i knew Docker[2] +13. i knew aws[2] +14. i knew tera form[2] +15. learnt how to import vcs files from git repo[1] + #### Things we don't understand -1. Git Stash[1] -2. GIt pull[2] -3. GIT status[1] +1. Git Stash[4] +2. GIt pull[5] +3. GIT status[3] +4. GIT Fetch[2] +5. DockerContainer[2] +6. DockerHub[2] +7. GitHub Actions[1] +8. Git Merge[1] +9. i dont know kubernetes[1] + #### Things we want to know next** -1. Elastic Search Indexing [1] -2. Cloud deployment with Kubernetes[2] -3. Teraform[1] +1. Elastic Search Indexing [4] +2. Cloud deployment with Kubernetes[6] +3. Teraform[6] +4. more about ssh and rsa[2] +5. Semantic Versioning[4] +6. GIT Staging[2] +7. Docker Container[3] +8. GitHub Actions[1] +9. Git Merge[1] +11. Cloning git repo via SSH[2] +12. AWS[1] +13. Jenkins[1] +14. Kubernetes[2] +15. i want to know linux[1] +16. i want to know git stash[1] +17. DockerHub[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 @@ -31,7 +69,7 @@ Add your ssh public key to github - See video ### [Assignment Video](https://youtu.be/UFLKojO3OtM) -## You will accomplish this assignment in 5 phases: +## You will accomplish this assignment in 5 phases: 1. Each person will follow the instructions below to create one issue per list item i.e. 9 issues. **You need one issue per item in your list for a total of 9 issues.**. Resolve each issue to add each of your items to the appropriate list.