From c933658b269c5f208f024b52d12a2822f5ba8890 Mon Sep 17 00:00:00 2001 From: Ki Woo Kim Date: Wed, 17 May 2023 14:27:06 -0700 Subject: [PATCH 1/4] revert --- .github/ISSUE_TEMPLATE/blank-issue-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/blank-issue-template.md b/.github/ISSUE_TEMPLATE/blank-issue-template.md index 6362dd54bb..7eb7e10f63 100644 --- a/.github/ISSUE_TEMPLATE/blank-issue-template.md +++ b/.github/ISSUE_TEMPLATE/blank-issue-template.md @@ -2,7 +2,7 @@ name: Blank Issue Template about: 'Standard HackforLA issue template ' title: '' -labels: '' +labels: [] assignees: '' --- From bfb2cc43d49f2364c495d909b3958682a7e1cba4 Mon Sep 17 00:00:00 2001 From: Ki Woo Kim Date: Wed, 17 May 2023 14:28:14 -0700 Subject: [PATCH 2/4] update labels again to get URL for PR --- .github/ISSUE_TEMPLATE/blank-issue-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/blank-issue-template.md b/.github/ISSUE_TEMPLATE/blank-issue-template.md index 7eb7e10f63..457a3f89d7 100644 --- a/.github/ISSUE_TEMPLATE/blank-issue-template.md +++ b/.github/ISSUE_TEMPLATE/blank-issue-template.md @@ -2,7 +2,7 @@ name: Blank Issue Template about: 'Standard HackforLA issue template ' title: '' -labels: [] +labels: ['role missing', 'Feature Missing', 'Complexity: Missing', 'size: missing'] assignees: '' --- From aa81ad32a6af3d14f834e2df579dacd2b81a320b Mon Sep 17 00:00:00 2001 From: Ki Woo Kim Date: Sat, 20 May 2023 11:07:09 -0700 Subject: [PATCH 3/4] added link of new issue template labels for blank-issue-template --- .github/ISSUE_TEMPLATE/blank-issue-template.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/blank-issue-template.md b/.github/ISSUE_TEMPLATE/blank-issue-template.md index 457a3f89d7..390bd2d277 100644 --- a/.github/ISSUE_TEMPLATE/blank-issue-template.md +++ b/.github/ISSUE_TEMPLATE/blank-issue-template.md @@ -15,4 +15,6 @@ REPLACE THIS TEXT - List the research to be done, or the steps to be completed. Note: If the steps can be divided into tasks for more than one person, we recommend dividing it up into separate issues, or assigning it as a pair programming task. ### Resources/Instructions -REPLACE THIS TEXT - Provide links to resources or instructions that may help with this issue. This can include files to be worked on, external sites with solutions, documentation, etc. + +HLFA site new issue template labels +https://docs.google.com/spreadsheets/d/1Gq6obyqDy9wgoymnlP-smQUXEvGfhgjGSCyMvgS4rRA/edit#gid=0 From 595e272915654c8acf0fd194609e1f98c81aed1a Mon Sep 17 00:00:00 2001 From: Ki Woo Kim Date: Tue, 23 May 2023 09:18:43 -0700 Subject: [PATCH 4/4] removed unnecassary code and comment --- .github/ISSUE_TEMPLATE/blank-issue-template.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/blank-issue-template.md b/.github/ISSUE_TEMPLATE/blank-issue-template.md index 390bd2d277..457a3f89d7 100644 --- a/.github/ISSUE_TEMPLATE/blank-issue-template.md +++ b/.github/ISSUE_TEMPLATE/blank-issue-template.md @@ -15,6 +15,4 @@ REPLACE THIS TEXT - List the research to be done, or the steps to be completed. Note: If the steps can be divided into tasks for more than one person, we recommend dividing it up into separate issues, or assigning it as a pair programming task. ### Resources/Instructions - -HLFA site new issue template labels -https://docs.google.com/spreadsheets/d/1Gq6obyqDy9wgoymnlP-smQUXEvGfhgjGSCyMvgS4rRA/edit#gid=0 +REPLACE THIS TEXT - Provide links to resources or instructions that may help with this issue. This can include files to be worked on, external sites with solutions, documentation, etc.