From 12c9fa83481c7e94af9dab676ac701d2289479e2 Mon Sep 17 00:00:00 2001 From: NikhilKrishna23 <123525152+NikhilKrishna23@users.noreply.github.com> Date: Wed, 1 Mar 2023 18:32:02 +0530 Subject: [PATCH 1/3] Update issue templates --- .github/ISSUE_TEMPLATE/completed-lists.md | 2 +- .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 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 472a5362..1c777be0 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: Things we don't understand assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index ff68fa38..2cffb350 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: Things we understand 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..57aaf598 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: Things we want to know next assignees: '' --- From 60774879b9a92d39d5efede9735d0aadabf7621e Mon Sep 17 00:00:00 2001 From: NikhilKrishna23 <123525152+NikhilKrishna23@users.noreply.github.com> Date: Wed, 1 Mar 2023 18:33:11 +0530 Subject: [PATCH 2/3] Update issue templates --- .../{completed-lists.md => master-pull-request.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/ISSUE_TEMPLATE/{completed-lists.md => master-pull-request.md} (92%) diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/master-pull-request.md similarity index 92% rename from .github/ISSUE_TEMPLATE/completed-lists.md rename to .github/ISSUE_TEMPLATE/master-pull-request.md index 598dcc23..45b32df3 100644 --- a/.github/ISSUE_TEMPLATE/completed-lists.md +++ b/.github/ISSUE_TEMPLATE/master-pull-request.md @@ -1,5 +1,5 @@ --- -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: '' From 66bb274908e2917dcba2591953634b500583f834 Mon Sep 17 00:00:00 2001 From: Sudeepa Date: Wed, 1 Mar 2023 18:55:09 +0530 Subject: [PATCH 3/3] added something to list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0b49fb1d..ef1c8670 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 1. Git Stash[1] 2. GIt pull[2] 3. GIT status[1] +4. BLockchain #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2]