From 5ff7842d7abf40cbe93b97ecad105e51d3881e1b Mon Sep 17 00:00:00 2001 From: Allie He <111552740+Pufffish@users.noreply.github.com> Date: Thu, 23 Feb 2023 19:36:28 -0500 Subject: [PATCH 01/22] Update issue templates --- .github/ISSUE_TEMPLATE/completed-lists.md | 14 ------ .github/ISSUE_TEMPLATE/master-list.md | 48 +++++++++++++++++++ .../things-i-don-t-understand.md | 2 +- .github/ISSUE_TEMPLATE/things-i-learned.md | 2 +- .../ISSUE_TEMPLATE/things-i-want-to-know.md | 2 +- 5 files changed, 51 insertions(+), 17 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/completed-lists.md create mode 100644 .github/ISSUE_TEMPLATE/master-list.md 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..6b973c29 --- /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: +- +- +- +Want to know: +- +- +- +Don't Understand: +- +- +- +Issues of partner 2: +I know: +- +- +- +Want to know: +- +- +- +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..2c089f6b 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: '' 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 2462a7db653c33d1fdade422be3522d930542c09 Mon Sep 17 00:00:00 2001 From: Allie He <111552740+Pufffish@users.noreply.github.com> Date: Thu, 23 Feb 2023 19:39:32 -0500 Subject: [PATCH 02/22] 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 2c089f6b..1c8839ab 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: '' +labels: Don't Understand assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index b600819a..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: '' +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 88f5373b..3724bda7 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: '' +labels: Want to know assignees: '' --- From 88c50e9ca006b52127d3a808e3ec2f15a746ff19 Mon Sep 17 00:00:00 2001 From: Kaan Okul <100746318+KaanIsmet@users.noreply.github.com> Date: Thu, 23 Feb 2023 19:40:24 -0500 Subject: [PATCH 03/22] Update issue templates --- .github/ISSUE_TEMPLATE/completed-lists.md | 14 -------------- .github/ISSUE_TEMPLATE/master-list.md | 14 ++++++++++++++ .../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, 17 insertions(+), 17 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/completed-lists.md create mode 100644 .github/ISSUE_TEMPLATE/master-list.md 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..0d2f306e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/master-list.md @@ -0,0 +1,14 @@ +--- +name: Master List +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: Master List +assignees: '' + +--- + +Issue of Partner 1: + +Issue of Partner 2: + +Issue of Partner 3: diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 472a5362..1c8839ab 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: Don't Understand 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..af051eb4 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: Want to Know assignees: '' --- From 477d1056156836be666c6a14d19e70a509d78f57 Mon Sep 17 00:00:00 2001 From: Pufffish Date: Thu, 23 Feb 2023 20:25:02 -0500 Subject: [PATCH 04/22] added list item --- .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 1c8839ab..9e410008 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -8,3 +8,4 @@ assignees: '' --- I don't understand +1. list item added From 8b08fa6910d2a9dd1a1a1f4e97ace725c6635163 Mon Sep 17 00:00:00 2001 From: Pufffish Date: Thu, 23 Feb 2023 20:28:24 -0500 Subject: [PATCH 05/22] added list item --- .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 9e410008..7b7b13fd 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -8,4 +8,4 @@ assignees: '' --- I don't understand -1. list item added +1. add list item From ef8122d6799dec92769422c0c027cef07d3d66d7 Mon Sep 17 00:00:00 2001 From: KaanIsmet Date: Thu, 23 Feb 2023 20:39:01 -0500 Subject: [PATCH 06/22] message text --- .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 1c8839ab..e54be22b 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -8,3 +8,4 @@ assignees: '' --- I don't understand +1. added item list. From 1ef39d4855eba8055b5b29b273b8f87d1034471f Mon Sep 17 00:00:00 2001 From: Pufffish Date: Thu, 23 Feb 2023 20:47:52 -0500 Subject: [PATCH 07/22] added list item --- .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 7b7b13fd..5d0b751b 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -9,3 +9,4 @@ assignees: '' I don't understand 1. add list item +2. issue 2 From 7a2ac137f0dd69e4394d22a26beb567fcfb5b30c Mon Sep 17 00:00:00 2001 From: Pufffish Date: Thu, 23 Feb 2023 20:49:52 -0500 Subject: [PATCH 08/22] added list item --- .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 5d0b751b..2e2a7218 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -10,3 +10,4 @@ assignees: '' I don't understand 1. add list item 2. issue 2 +3. issue 3 From c7fac47fb78a1f16df7bf1bdca1cb448877c5da5 Mon Sep 17 00:00:00 2001 From: Pufffish Date: Thu, 23 Feb 2023 20:52:59 -0500 Subject: [PATCH 09/22] added list item --- .github/ISSUE_TEMPLATE/things-i-learned.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index ed830519..4a3a7b30 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -7,4 +7,4 @@ 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 From cc0e2fee673cd6a2f0611452278c079c2279624e Mon Sep 17 00:00:00 2001 From: Pufffish Date: Thu, 23 Feb 2023 20:54:34 -0500 Subject: [PATCH 10/22] added list item --- .github/ISSUE_TEMPLATE/things-i-learned.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index 4a3a7b30..fdde3dec 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -8,3 +8,4 @@ assignees: '' --- 1. issue 1 +2. issue 2 From fe7f96e17fdcfcf33463ed775aa79c99985a3622 Mon Sep 17 00:00:00 2001 From: Pufffish Date: Thu, 23 Feb 2023 20:56:07 -0500 Subject: [PATCH 11/22] added list item --- .github/ISSUE_TEMPLATE/things-i-learned.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index fdde3dec..d32d5ab2 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -9,3 +9,4 @@ assignees: '' 1. issue 1 2. issue 2 +3. issue 3 From 08fec47b0c02794f372357656974deac1691535f Mon Sep 17 00:00:00 2001 From: Pufffish Date: Thu, 23 Feb 2023 20:57:48 -0500 Subject: [PATCH 12/22] added list item --- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 3724bda7..4c009093 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -6,5 +6,4 @@ labels: Want to know assignees: '' --- - -Please describe what you want to know in less than 255 characters. +1. issue 1 \ No newline at end of file From 0b828c40a928d4cb1fab827890924b6bb217f360 Mon Sep 17 00:00:00 2001 From: Pufffish Date: Thu, 23 Feb 2023 20:59:16 -0500 Subject: [PATCH 13/22] added list item --- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 4c009093..9f03b67b 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -6,4 +6,5 @@ labels: Want to know assignees: '' --- -1. issue 1 \ No newline at end of file +1. issue 1 +2. issue 2 \ No newline at end of file From 4e338ebee5583b5632601f5eb5d86685b408e08c Mon Sep 17 00:00:00 2001 From: Pufffish Date: Thu, 23 Feb 2023 21:02:31 -0500 Subject: [PATCH 14/22] added list item --- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 9f03b67b..4691b472 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -7,4 +7,5 @@ assignees: '' --- 1. issue 1 -2. issue 2 \ No newline at end of file +2. issue 2 +3. issue 3 \ No newline at end of file From 850e15df3dca0eb3dd61c3086fc495902694c666 Mon Sep 17 00:00:00 2001 From: ZachGG421 <123506643+ZachGG421@users.noreply.github.com> Date: Fri, 24 Feb 2023 22:13:18 -0500 Subject: [PATCH 15/22] Update issue templates --- .github/ISSUE_TEMPLATE/master-pull-request.md | 4 ++-- .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, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/master-pull-request.md b/.github/ISSUE_TEMPLATE/master-pull-request.md index ac1ac113..4238c13b 100644 --- a/.github/ISSUE_TEMPLATE/master-pull-request.md +++ b/.github/ISSUE_TEMPLATE/master-pull-request.md @@ -1,8 +1,8 @@ --- -name: Master Pull Request +name: 'Master List ' 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: Master List 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..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 12a77f5b07cddd4b8001b979c84dfd5a6394010a Mon Sep 17 00:00:00 2001 From: Pufffish Date: Fri, 24 Feb 2023 22:17:37 -0500 Subject: [PATCH 16/22] master list --- .github/ISSUE_TEMPLATE/master-list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/master-list.md b/.github/ISSUE_TEMPLATE/master-list.md index 6b973c29..1cf191ed 100644 --- a/.github/ISSUE_TEMPLATE/master-list.md +++ b/.github/ISSUE_TEMPLATE/master-list.md @@ -7,7 +7,7 @@ assignees: '' --- -Issues of partner 1: +Issues of partner 1 I know: - - From 674839c2682722bcfeaf8c926793854c90805ca9 Mon Sep 17 00:00:00 2001 From: Pufffish Date: Fri, 24 Feb 2023 22:21:54 -0500 Subject: [PATCH 17/22] master list --- .github/ISSUE_TEMPLATE/master-list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/master-list.md b/.github/ISSUE_TEMPLATE/master-list.md index 1cf191ed..b140c6bc 100644 --- a/.github/ISSUE_TEMPLATE/master-list.md +++ b/.github/ISSUE_TEMPLATE/master-list.md @@ -20,7 +20,7 @@ Don't Understand: - - - -Issues of partner 2: +Issues of partner 2 I know: - - From 52bbba831cbd43d93bb3a52c7606b8c47392e5e6 Mon Sep 17 00:00:00 2001 From: ZachGG421 Date: Fri, 24 Feb 2023 22:22:28 -0500 Subject: [PATCH 18/22] add items 1 --- .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index cf4f2ec9..c6dbdfce 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -8,3 +8,4 @@ assignees: '' --- I don't understand +72 \ No newline at end of file From e953ca3fcfee3ef9d83fa36a56ef4ffde7d793b3 Mon Sep 17 00:00:00 2001 From: ZachGG421 Date: Fri, 24 Feb 2023 22:23:48 -0500 Subject: [PATCH 19/22] add items 1 --- .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index c6dbdfce..8da6cd67 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -8,4 +8,4 @@ assignees: '' --- I don't understand -72 \ No newline at end of file +7248 \ No newline at end of file From 18519cf6e8764d3fe13e22a5ba455d72818a0e71 Mon Sep 17 00:00:00 2001 From: ZachGG421 Date: Fri, 24 Feb 2023 22:25:19 -0500 Subject: [PATCH 20/22] add items 1 --- .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index cf4f2ec9..89861a23 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -8,3 +8,4 @@ assignees: '' --- I don't understand +2734 \ No newline at end of file From 60876717b64175f768ec3b59db5c7ecc3488cd70 Mon Sep 17 00:00:00 2001 From: Pufffish Date: Fri, 24 Feb 2023 22:28:34 -0500 Subject: [PATCH 21/22] master list --- .github/ISSUE_TEMPLATE/master-list.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/master-list.md b/.github/ISSUE_TEMPLATE/master-list.md index 6b973c29..d3345e73 100644 --- a/.github/ISSUE_TEMPLATE/master-list.md +++ b/.github/ISSUE_TEMPLATE/master-list.md @@ -25,11 +25,11 @@ I know: - - - -Want to know: +I Want to know: - - - -Don't Understand: + I Don't Understand: - - - From e18f07cc2ca5d8aa3062194cba8a71e764050e66 Mon Sep 17 00:00:00 2001 From: Pufffish Date: Fri, 24 Feb 2023 22:29:34 -0500 Subject: [PATCH 22/22] master list --- .github/ISSUE_TEMPLATE/master-list.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/master-list.md b/.github/ISSUE_TEMPLATE/master-list.md index d3345e73..676491c0 100644 --- a/.github/ISSUE_TEMPLATE/master-list.md +++ b/.github/ISSUE_TEMPLATE/master-list.md @@ -12,11 +12,11 @@ I know: - - - -Want to know: +I Want to know: - - - -Don't Understand: + I Don't Understand: - - -