diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md deleted file mode 100644 index c5cea21c..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: 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: diff --git a/.github/ISSUE_TEMPLATE/master-list.md b/.github/ISSUE_TEMPLATE/master-list.md new file mode 100644 index 00000000..676491c0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/master-list.md @@ -0,0 +1,48 @@ +--- +name: Master List +about: This is a master list for everyone's question in a group +title: "[Your Name] Master List" +labels: Master List +assignees: '' + +--- + +Issues of partner 1: +I know: +- +- +- +I Want to know: +- +- +- + I Don't Understand: +- +- +- +Issues of partner 2: +I know: +- +- +- +I Want to know: +- +- +- + I Don't Understand: +- +- +- +Issues of partner 3: +I know: +- +- +- +Want to know: +- +- +- +Don't Understand: +- +- +- diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 472a5362..21f30d1c 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -2,7 +2,8 @@ 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: 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..d32d5ab2 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -2,9 +2,11 @@ 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: '' --- -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. +1. issue 1 +2. issue 2 +3. issue 3 diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 025fa8f1..8d741371 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -2,8 +2,9 @@ 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: '' +labels: I want to know ---