diff --git a/.github/ISSUE_TEMPLATE/assign-master-list.md b/.github/ISSUE_TEMPLATE/assign-master-list.md new file mode 100644 index 000000000..83dddc46b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/assign-master-list.md @@ -0,0 +1,10 @@ +--- +name: Assign Master List +about: 'Create an issue using the template "Assignment Master List" ' +title: '' +labels: '' +assignees: '' + +--- + +Create an issue using the template "Assignment Master List" and reference the pull request that you make in the issue. Make sure you make an issue template to accept this issue on your own repository and provide these instructions. diff --git a/.github/ISSUE_TEMPLATE/bcs25.md b/.github/ISSUE_TEMPLATE/bcs25.md deleted file mode 100644 index 51785f765..000000000 --- a/.github/ISSUE_TEMPLATE/bcs25.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: bcs25 -about: Describe this issue template's purpose here. -title: '' -labels: '' -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/complete-list.md b/.github/ISSUE_TEMPLATE/complete-list.md deleted file mode 100644 index 5ccd425b3..000000000 --- a/.github/ISSUE_TEMPLATE/complete-list.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Complete List -about: Sending to upstream Repo -title: Use UCID -labels: Complete List -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index e7796b434..3ed28ef41 100644 --- a/.github/ISSUE_TEMPLATE/completed-lists.md +++ b/.github/ISSUE_TEMPLATE/completed-lists.md @@ -2,9 +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: Master List +assignees: '' -labels: '' - +--- 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/master-list.md b/.github/ISSUE_TEMPLATE/master-list.md deleted file mode 100644 index c222948dd..000000000 --- a/.github/ISSUE_TEMPLATE/master-list.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Master List -about: Describe this issue template's purpose here. -title: '' -labels: Master List -assignees: '' - ---- - -This is the master list for the ideas diff --git a/.github/ISSUE_TEMPLATE/master-pull-request.md b/.github/ISSUE_TEMPLATE/master-pull-request.md index 475bc47cc..3da800dae 100644 --- a/.github/ISSUE_TEMPLATE/master-pull-request.md +++ b/.github/ISSUE_TEMPLATE/master-pull-request.md @@ -1,11 +1,10 @@ --- name: Master Pull Request - - about: This is for your master pull request to merge your master into this repo. -title: bcs25 - +title: '' +labels: submit-master +assignees: '' +--- -You need to make a pull request snd add the link to the pull request to the 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 new file mode 100644 index 000000000..0fcbabe9e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -0,0 +1,10 @@ +--- +name: Things I Don't Understand +about: This is for adding issues that you don't understand. +title: '' +labels: don't understand +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/things-i-know.md b/.github/ISSUE_TEMPLATE/things-i-learned.md similarity index 62% rename from .github/ISSUE_TEMPLATE/things-i-know.md rename to .github/ISSUE_TEMPLATE/things-i-learned.md index 3bcf609a8..fabbc9314 100644 --- a/.github/ISSUE_TEMPLATE/things-i-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -1,8 +1,8 @@ --- -name: Things I know -about: Add one item for each thing you learned keep to max of 255 characters +name: Things I Learned +about: Add one item for each thing you learned. Keep to max of 255 characters. title: "[Things I Learned]" -labels: '' +labels: i know assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md new file mode 100644 index 000000000..7483cacc9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -0,0 +1,10 @@ +--- +name: Things I Want To Know +about: Add one item for each thing you want to know. +title: 'Thing I want to know: [Thing I want to Knows]' +labels: want to know +assignees: '' + +--- + +Please describe what you want to know in less than 255 characters. diff --git a/.github/ISSUE_TEMPLATE/things-we-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-we-don-t-understand.md deleted file mode 100644 index 60a3fea96..000000000 --- a/.github/ISSUE_TEMPLATE/things-we-don-t-understand.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Things we don't understand -about: This is for adding issues that you don't understand -title: '' -labels: '' -assignees: '' - ---- - -I don't understand diff --git a/.github/ISSUE_TEMPLATE/things-we-understand.md b/.github/ISSUE_TEMPLATE/things-we-understand.md deleted file mode 100644 index ac9b6d606..000000000 --- a/.github/ISSUE_TEMPLATE/things-we-understand.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Things we understand -about: Add one item for each thing you learned keep to max of 255 characters -title: "[Things we understand]" -labels: Thing we understand -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-we-want-to-know-next.md b/.github/ISSUE_TEMPLATE/things-we-want-to-know-next.md deleted file mode 100644 index 97638fe33..000000000 --- a/.github/ISSUE_TEMPLATE/things-we-want-to-know-next.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Things we want to know next -about: Describe this issue template's purpose here. -title: 'Thing we want to know: [Thing we want to Knows]' -labels: Thing we want to know next -assignees: '' - ---- - -Please describe what you want to know in less than 255 characters. diff --git a/README.md b/README.md index 237202736..00a9a1941 100644 --- a/README.md +++ b/README.md @@ -9,50 +9,39 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. You will learn to merge pull requests and resolve merge conflicts 3. You will learn to manage a basic project using GitHub Project. -### 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 prioritize each issue. +### 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: #### Things we understand** - - -1. git status [1] -2. git fetch [1] -3. git checkout [1] -4. Docker Setup[4] -5. Linux command[1] -6. I learned Python Pytest[1] -7. Create new branch and merge within my own repo[1] -8. Cloning Repository[2] -9. Python is integrated into pycharm[1] -10. Pycharm and Github workflow and integration process[1] -11. Create new branch and merge within my own repo[1] +1. PHP [1] +2. Agile[1] +3. flask[1] +4. Css. +5. Basics of Putty. +6. Docker Hub. +7. UNIX Commands +8. Bootstrap +9. Python #### Things we don't understand -1. Clarity on who Merges a pull request [1] -2. Difference between Docker build & Docker compose [1] -3. How docker pushes to dockerhub [1] -4. Git rebase Usage[1] -5. Git Stash Usage[1] -6. Git show Usage[1] -7. Undo specific git commit or git push[2] -8. Git Pull[2] -9. Docker Storage space limitation[2] -10. dockerization[1] -11. Git Push[1] -12. Teraform[1] -12. Cloud deployment with Kubernetes[1] - +1. Multi-thread programming [1] +2. PostgreSQL[1] +3. Docker full web-application development[1] +4. Ssh Configuration. +5. Traefik Integration +6. Had issues with earlier webclass integration. +7. Docker / Kubernetes[1] +8. MongoDB +9. NodeJS #### Things we want to know next** -1. How to better work as a PM or as a subordinate [1] -2. Use Python program to write Hello World [1] -3. How Dockerhub pushes or uses resources against repos in scalable way [1] -4. How to deploy a web app with a database on the cloud [1] -5. Cloud deployment with Kubernetes[3] -6. Teraform Usage[3] -7. Elastic Search Indexing[3] -8. Security within our Github and Docker workflow[1] -9. Linux Directory Listings[1] +1. ReactJS [2] +2. Node.js +3. Daemons +4. Kubernetes +5. Vue JS[4] +6. Flask +7. AWS ## 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 @@ -121,3 +110,4 @@ Collaborating on GitHub: 13. update your local main branch with the changes from the merge by doing git pull origin main 14. Repeat again, and again, and again +