From 798486f053b8be46b59e8593687e51ec7ced0b7a Mon Sep 17 00:00:00 2001 From: tishamadhok <98501603+tishamadhok@users.noreply.github.com> Date: Fri, 24 Feb 2023 22:40:12 -0500 Subject: [PATCH 1/4] Update issue templates --- .github/ISSUE_TEMPLATE/completed-lists.md | 2 +- .github/ISSUE_TEMPLATE/master-pull-request.md | 11 +++++++++++ .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 2 +- .github/ISSUE_TEMPLATE/things-i-learned.md | 2 +- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 2 +- 5 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/master-pull-request.md diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index c5cea21c..598dcc23 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 00000000..ef88d5bb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/master-pull-request.md @@ -0,0 +1,11 @@ +--- +name: Master Pull Request +about: This is for your master pull request to merge your master into mine into this + repo +title: Put your UCID as the title (replace this text) +labels: Submitting my master branch +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..cf4f2ec9 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -2,7 +2,7 @@ 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: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index ff68fa38..ed830519 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: 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 index 025fa8f1..f5743c08 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: '' --- From b6f0e18e100e78db035bf56fed5d94e43d15f620 Mon Sep 17 00:00:00 2001 From: tishamadhok <98501603+tishamadhok@users.noreply.github.com> Date: Fri, 24 Feb 2023 23:13:49 -0500 Subject: [PATCH 2/4] added something to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1d..b07dc06d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. Linux Directory listing[2] 3. Docker Installation[1] #### Things we don't understand -1. Git Stash[1] +1. Pull Requests 2. GIt pull[2] 3. GIT status[1] #### Things we want to know next** From 263b740e4f526797b30832a502bda9e0195c85fb Mon Sep 17 00:00:00 2001 From: tishamadhok <98501603+tishamadhok@users.noreply.github.com> Date: Sat, 25 Feb 2023 00:03:58 -0500 Subject: [PATCH 3/4] added something to list --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b07dc06d..d003572a 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. Pull Requests -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 and 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 From 21bfb844a77299f0da763f7d1fedb175093fb0d5 Mon Sep 17 00:00:00 2001 From: tishamadhok <98501603+tishamadhok@users.noreply.github.com> Date: Sun, 26 Feb 2023 23:22:41 -0500 Subject: [PATCH 4/4] commit1 --- .github/ISSUE_TEMPLATE/completed-lists.md | 14 -------------- .github/ISSUE_TEMPLATE/master-pull-request.md | 11 ----------- .../things-i-don-t-understand.md | 10 ---------- .github/ISSUE_TEMPLATE/things-i-learned.md | 10 ---------- .../ISSUE_TEMPLATE/things-i-want-to-know.md | 10 ---------- .gitignore | 2 +- README.md | 18 +++++++++--------- 7 files changed, 10 insertions(+), 65 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/completed-lists.md delete mode 100644 .github/ISSUE_TEMPLATE/master-pull-request.md delete mode 100644 .github/ISSUE_TEMPLATE/things-i-don-t-understand.md delete mode 100644 .github/ISSUE_TEMPLATE/things-i-learned.md delete mode 100644 .github/ISSUE_TEMPLATE/things-i-want-to-know.md diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md deleted file mode 100644 index 598dcc23..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: '' -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/master-pull-request.md b/.github/ISSUE_TEMPLATE/master-pull-request.md deleted file mode 100644 index ef88d5bb..00000000 --- a/.github/ISSUE_TEMPLATE/master-pull-request.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: Master Pull Request -about: This is for your master pull request to merge your master into mine into this - repo -title: Put your UCID as the title (replace this text) -labels: Submitting my master branch -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 deleted file mode 100644 index cf4f2ec9..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: I don't know -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 ed830519..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: 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 deleted file mode 100644 index f5743c08..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: I want to know -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 d003572a..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. Cloning a Repos[1] -2. Pushing to Github[2] -3. Commits[1] +1. Cloning a Repos [1] +2. Pushing to Github [2] +3. Commits [1] #### Things we don't understand -1. Pull Requests [1] -2. Merging [2] -3. Docker Commands [1] +1. Pull Requests [1] +2. Merging [2] +3. Docker Commands [1] #### Things we want to know next** -1. Continuous Integration [1] -2. Continuous Deployment[2] -3. Agile and DevOps[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