From 0dae38279912e7f13117b6e28945966d3c496a17 Mon Sep 17 00:00:00 2001 From: MdRapu <91795819+MdRapu@users.noreply.github.com> Date: Fri, 24 Feb 2023 15:55:38 -0500 Subject: [PATCH 01/13] Update issue templates --- .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 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 472a53624..cf4f2ec98 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 ff68fa38f..b600819af 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: '' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 025fa8f14..88f5373b0 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: '' assignees: '' --- From cee80d489e9c5b42dc6b4e9ea81eff50534fd09e Mon Sep 17 00:00:00 2001 From: MdRapu <91795819+MdRapu@users.noreply.github.com> Date: Fri, 24 Feb 2023 15:59:34 -0500 Subject: [PATCH 02/13] Update issue templates --- .github/ISSUE_TEMPLATE/master-pull-request.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/master-pull-request.md diff --git a/.github/ISSUE_TEMPLATE/master-pull-request.md b/.github/ISSUE_TEMPLATE/master-pull-request.md new file mode 100644 index 000000000..5a36464f2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/master-pull-request.md @@ -0,0 +1,10 @@ +--- +name: Master Pull Request +about: This is for my master pull request to merge my master into this repo. +title: mmr25 +labels: Compiled List +assignees: '' + +--- + +I need to make a pull request and add the link to the pull request to this issue when you submit it. From 36aecf0f11418b64025245e1f5c65a9f1cf85945 Mon Sep 17 00:00:00 2001 From: MdRapu <91795819+MdRapu@users.noreply.github.com> Date: Fri, 24 Feb 2023 16:04:13 -0500 Subject: [PATCH 03/13] Update issue templates --- .github/ISSUE_TEMPLATE/master-pull-request.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/master-pull-request.md b/.github/ISSUE_TEMPLATE/master-pull-request.md index 5a36464f2..518da8ace 100644 --- a/.github/ISSUE_TEMPLATE/master-pull-request.md +++ b/.github/ISSUE_TEMPLATE/master-pull-request.md @@ -1,10 +1,10 @@ --- name: Master Pull Request -about: This is for my master pull request to merge my master into this repo. -title: mmr25 +about: This is for your master pull request to merge your master into this repo. +title: Add ur UCID (edit this text). labels: Compiled List assignees: '' --- -I need to make a pull request and add the link to the pull request to this issue when you submit it. +You need to make a pull request and add the link to the pull request to this issue when you submit it. From e10a2bcd2c3f188f02264162764e5249737084c2 Mon Sep 17 00:00:00 2001 From: mofajjolrapu Date: Sat, 25 Feb 2023 11:37:06 -0500 Subject: [PATCH 04/13] added item under things we understand list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1dd..0ca1f1624 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ 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] +1. I know how to commit changes. 2. Linux Directory listing[2] 3. Docker Installation[1] #### Things we don't understand From db019e6c59ae97190fd4e8fc36ae09349645c9a4 Mon Sep 17 00:00:00 2001 From: mofajjolrapu Date: Sat, 25 Feb 2023 12:42:56 -0500 Subject: [PATCH 05/13] added item to things we understand list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ca1f1624..62a9647f2 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Your list should look like this: #### Things we understand** 1. I know how to commit changes. -2. Linux Directory listing[2] +2. I know how to push and pull commits. 3. Docker Installation[1] #### Things we don't understand 1. Git Stash[1] From 52b7572516f3f554bd6a0005636595960797cda0 Mon Sep 17 00:00:00 2001 From: mofajjolrapu Date: Sat, 25 Feb 2023 14:46:07 -0500 Subject: [PATCH 06/13] overding changed to previous, same items in list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62a9647f2..d5ae565d9 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Your list should look like this: #### Things we understand** 1. I know how to commit changes. -2. I know how to push and pull commits. +2. I know how to push and pull commits. 3. Docker Installation[1] #### Things we don't understand 1. Git Stash[1] From 0cd53d34abe2c5390289828789ab53ef90d5edca Mon Sep 17 00:00:00 2001 From: mofajjolrapu Date: Sat, 25 Feb 2023 22:37:20 -0500 Subject: [PATCH 07/13] added item to things we understand list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5ae565d9..8505c23b6 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we understand** 1. I know how to commit changes. 2. I know how to push and pull commits. -3. Docker Installation[1] +3. I know how to add repo secrets in Github. #### Things we don't understand 1. Git Stash[1] 2. GIt pull[2] From 89391d695d433ff5ca5881e2fc8c76476836bafa Mon Sep 17 00:00:00 2001 From: mofajjolrapu Date: Sat, 25 Feb 2023 22:43:41 -0500 Subject: [PATCH 08/13] added item to things we don't understand list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8505c23b6..4b5a697f4 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. I know how to push and pull commits. 3. I know how to add repo secrets in Github. #### Things we don't understand -1. Git Stash[1] +1. I don't understand what certain issues require me to fix. 2. GIt pull[2] 3. GIT status[1] #### Things we want to know next** From 3df697c269cc0564d46e04193e8295c21ef79b56 Mon Sep 17 00:00:00 2001 From: mofajjolrapu Date: Sat, 25 Feb 2023 22:48:43 -0500 Subject: [PATCH 09/13] added item to things we don't understand list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b5a697f4..453b8643c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. I know how to add repo secrets in Github. #### Things we don't understand 1. I don't understand what certain issues require me to fix. -2. GIt pull[2] +2. I don't understand how Dockerhub will be used. 3. GIT status[1] #### Things we want to know next** 1. Elastic Search Indexing [1] From a5e456f871ad2e3657c09caac51d29bb19dafea4 Mon Sep 17 00:00:00 2001 From: mofajjolrapu Date: Sat, 25 Feb 2023 22:54:07 -0500 Subject: [PATCH 10/13] added item to things we don't understand list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 453b8643c..603863552 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we don't understand 1. I don't understand what certain issues require me to fix. 2. I don't understand how Dockerhub will be used. -3. GIT status[1] +3. I don't understand when to change between different branches. #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From eb0ec6010aafc94e38a5121e70d755d20e972965 Mon Sep 17 00:00:00 2001 From: MdRapu <91795819+MdRapu@users.noreply.github.com> Date: Sat, 25 Feb 2023 22:56:06 -0500 Subject: [PATCH 11/13] Update .gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 723ef36f4..a017039ca 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 From b1a235b965138f9ac684dc810f4ea5bb1734fffa Mon Sep 17 00:00:00 2001 From: mofajjolrapu Date: Sat, 25 Feb 2023 23:00:52 -0500 Subject: [PATCH 12/13] added item to things we want to know list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 603863552..70e3bb8d4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. I don't understand how Dockerhub will be used. 3. I don't understand when to change between different branches. #### Things we want to know next** -1. Elastic Search Indexing [1] +1. I want to learn how to read Python code. 2. Cloud deployment with Kubernetes[2] 3. Teraform[1] From 0a598053f006b8a739b4f28b872e15358bf016a3 Mon Sep 17 00:00:00 2001 From: mofajjolrapu Date: Sat, 25 Feb 2023 23:07:35 -0500 Subject: [PATCH 13/13] added item to things we want to know list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70e3bb8d4..914d6e945 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. I don't understand how Dockerhub will be used. 3. I don't understand when to change between different branches. #### Things we want to know next** -1. I want to learn how to read Python code. +1. I want to learn how to read Python. 2. Cloud deployment with Kubernetes[2] 3. Teraform[1]