From 6eeb4de3ec0121be0eeec107a940b76f358a87f7 Mon Sep 17 00:00:00 2001 From: rdhmdhl Date: Wed, 10 May 2023 21:30:57 -0700 Subject: [PATCH 1/3] add labels under decription field --- .github/ISSUE_TEMPLATE/blank-issue-form-with-no-dependency.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/blank-issue-form-with-no-dependency.yml b/.github/ISSUE_TEMPLATE/blank-issue-form-with-no-dependency.yml index b606a79634..17645df128 100644 --- a/.github/ISSUE_TEMPLATE/blank-issue-form-with-no-dependency.yml +++ b/.github/ISSUE_TEMPLATE/blank-issue-form-with-no-dependency.yml @@ -1,5 +1,6 @@ name: 'Blank Issue Form with No Dependency' description: 'Standard HackforLA issue form with no dependency' +labels: ['role missing', 'Complexity: Missing', 'Feature Missing', 'size: missing','Draft'] body: - type: input From 3d42448d5d018f377b7f5526940c016df0d5d6dd Mon Sep 17 00:00:00 2001 From: rdhmdhl Date: Tue, 16 May 2023 20:49:46 -0700 Subject: [PATCH 2/3] update mobile responsiveness issue labels --- .github/ISSUE_TEMPLATE/Mobile_responsiveness.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Mobile_responsiveness.yml b/.github/ISSUE_TEMPLATE/Mobile_responsiveness.yml index 92b37f7562..2af7c879c3 100644 --- a/.github/ISSUE_TEMPLATE/Mobile_responsiveness.yml +++ b/.github/ISSUE_TEMPLATE/Mobile_responsiveness.yml @@ -1,7 +1,7 @@ name: 'Responsiveness on mobile ' description: 'Standard HackforLA issue template ' title: 'Mobile Responsiveness on [name of the page] : [quick recap of the bug here]' -labels: ['role: design'] +labels: ['role: design', 'Feature Missing', 'Complexity: Missing', 'size: missing'] # assignees: body: From 64da08ac3c06c71a796f7664b11ed844d9b41ae2 Mon Sep 17 00:00:00 2001 From: rdhmdhl Date: Thu, 18 May 2023 18:08:05 -0700 Subject: [PATCH 3/3] reverting changes to blank issue form --- .github/ISSUE_TEMPLATE/blank-issue-form-with-no-dependency.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/blank-issue-form-with-no-dependency.yml b/.github/ISSUE_TEMPLATE/blank-issue-form-with-no-dependency.yml index 17645df128..b606a79634 100644 --- a/.github/ISSUE_TEMPLATE/blank-issue-form-with-no-dependency.yml +++ b/.github/ISSUE_TEMPLATE/blank-issue-form-with-no-dependency.yml @@ -1,6 +1,5 @@ name: 'Blank Issue Form with No Dependency' description: 'Standard HackforLA issue form with no dependency' -labels: ['role missing', 'Complexity: Missing', 'Feature Missing', 'size: missing','Draft'] body: - type: input