From fab946942c8d34570808096d1a26858194664cc7 Mon Sep 17 00:00:00 2001 From: Ki Woo Kim Date: Fri, 26 May 2023 12:06:16 -0700 Subject: [PATCH 1/3] added labels to blank issue form with dependency yml file --- .github/ISSUE_TEMPLATE/blank-issue-form-with-dependency.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/blank-issue-form-with-dependency.yml b/.github/ISSUE_TEMPLATE/blank-issue-form-with-dependency.yml index 71efe8ede3..b2173dcb9f 100644 --- a/.github/ISSUE_TEMPLATE/blank-issue-form-with-dependency.yml +++ b/.github/ISSUE_TEMPLATE/blank-issue-form-with-dependency.yml @@ -1,6 +1,6 @@ name: 'Blank Issue Form with Dependency' description: 'Standard HackforLA issue form with dependency' - +labels: ['role missing', 'Complexity: Missing', 'Feature Missing', 'size: missing','Draft'] body: - type: textarea id: dependency @@ -31,4 +31,3 @@ body: description: "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." validations: required: true - \ No newline at end of file From 55298d28827abb81d559d9dd0891d961c0f22ac3 Mon Sep 17 00:00:00 2001 From: Ki Woo Kim Date: Mon, 10 Jul 2023 15:36:00 -0700 Subject: [PATCH 2/3] replaced labels .github/ISSUE_TEMPLATE/wiki--research.... --- ...arch-plan-review----replace-with-name-of-page-.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/wiki--research-plan-review----replace-with-name-of-page-.md b/.github/ISSUE_TEMPLATE/wiki--research-plan-review----replace-with-name-of-page-.md index 5dd60237e1..029135567c 100644 --- a/.github/ISSUE_TEMPLATE/wiki--research-plan-review----replace-with-name-of-page-.md +++ b/.github/ISSUE_TEMPLATE/wiki--research-plan-review----replace-with-name-of-page-.md @@ -2,7 +2,7 @@ name: 'Wiki: Research Plan Review: [REPLACE WITH NAME OF PAGE]' about: Research Plan Review title: 'Wiki: Research Plan Review: [REPLACE WITH NAME OF PAGE]' -labels: 'Feature: Wiki, role: user research, size: 0.5pt' +labels: ['Feature: Wiki', 'role: user research', 'size: 0.5pt', 'Complexity: Missing'] assignees: sacamp --- @@ -17,17 +17,17 @@ We need to make all the research pages in the wiki uniform so that we can determ - [ ] Order the items the same way that they exist in the format template below - [ ] Take Inventory of Assets - [ ] Name of Research - - [ ] Research Date: + - [ ] Research Date: - [ ] Current Status - [ ] Outstanding task items - [ ] Research Plan (including Audience Identification documentation) - [ ] Scripts - [ ] Interview recordings & Transcripts - [ ] Synthesis (Miro or Figjam) - - [ ] Presentation of Findings + - [ ] Presentation of Findings - [ ] Action Items Spreadsheet - [ ] Check to see if there are more assets or assets (in the folder) from related research that are needed on this page, and add them -- [ ] Check all the issues labeled research that do not have an RP label already assigned, to see if they are connected to this issue. +- [ ] Check all the issues labeled research that do not have an RP label already assigned, to see if they are connected to this issue. - [ ] add RP[replace with number] to this issue and any issues that need it - [ ] Evaluate all the research assets and summarize the status of the research under "Current Status" - [ ] List out next steps under "Outstanding Task Items" @@ -44,7 +44,7 @@ We need to make all the research pages in the wiki uniform so that we can determ ``` # [Name of Research] -## Research Date: +## Research Date: ## Current Status @@ -60,7 +60,7 @@ We need to make all the research pages in the wiki uniform so that we can determ ### Synthesis (Miro or Figjam) -### Presentation of Findings +### Presentation of Findings ### Action Items Spreadsheet ``` From a5315c2df298615612294ea9c9f6792796c1db11 Mon Sep 17 00:00:00 2001 From: Ki Woo Kim Date: Sat, 15 Jul 2023 15:27:07 -0700 Subject: [PATCH 3/3] Revert "added labels to blank issue form with dependency yml file" This reverts commit fab946942c8d34570808096d1a26858194664cc7. :wq --- .github/ISSUE_TEMPLATE/blank-issue-form-with-dependency.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/blank-issue-form-with-dependency.yml b/.github/ISSUE_TEMPLATE/blank-issue-form-with-dependency.yml index b2173dcb9f..71efe8ede3 100644 --- a/.github/ISSUE_TEMPLATE/blank-issue-form-with-dependency.yml +++ b/.github/ISSUE_TEMPLATE/blank-issue-form-with-dependency.yml @@ -1,6 +1,6 @@ name: 'Blank Issue Form with Dependency' description: 'Standard HackforLA issue form with dependency' -labels: ['role missing', 'Complexity: Missing', 'Feature Missing', 'size: missing','Draft'] + body: - type: textarea id: dependency @@ -31,3 +31,4 @@ body: description: "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." validations: required: true + \ No newline at end of file