From ea27eacb92c0c5be11d0aa777041379f4bd1c75a Mon Sep 17 00:00:00 2001 From: etikalarahul <123423759+etikalarahul@users.noreply.github.com> Date: Sun, 26 Feb 2023 22:21:29 -0500 Subject: [PATCH 1/2] Update issue templates --- .../{completed-lists.md => master-pull-request.md} | 12 ++++-------- .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, 7 insertions(+), 11 deletions(-) rename .github/ISSUE_TEMPLATE/{completed-lists.md => master-pull-request.md} (50%) diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/master-pull-request.md similarity index 50% rename from .github/ISSUE_TEMPLATE/completed-lists.md rename to .github/ISSUE_TEMPLATE/master-pull-request.md index c5cea21c..6940c4f0 100644 --- a/.github/ISSUE_TEMPLATE/completed-lists.md +++ b/.github/ISSUE_TEMPLATE/master-pull-request.md @@ -1,14 +1,10 @@ --- -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: Compiled List +title: re227 +labels: compiled list 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: +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..41206bd2 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 dont know assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index ff68fa38..b600819a 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 025fa8f1..88f5373b 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 6a18cc6bc89e621585cd9de369486f28f7547f5b Mon Sep 17 00:00:00 2001 From: Rahul Date: Mon, 27 Feb 2023 00:04:34 -0500 Subject: [PATCH 2/2] added python --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1d..9e338cdc 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. Python[1] 2. Linux Directory listing[2] 3. Docker Installation[1] #### Things we don't understand