From 4c826e074f4427a7079a663b5590fa7a8a7015db Mon Sep 17 00:00:00 2001 From: Danielle Date: Fri, 14 Jun 2024 21:14:12 -0700 Subject: [PATCH 1/5] add leadership type option with dropdown fields --- ...munities-of-practice-information-updates.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/communities-of-practice-information-updates.yml b/.github/ISSUE_TEMPLATE/communities-of-practice-information-updates.yml index 0ea1d77aea..e9da02eab4 100644 --- a/.github/ISSUE_TEMPLATE/communities-of-practice-information-updates.yml +++ b/.github/ISSUE_TEMPLATE/communities-of-practice-information-updates.yml @@ -20,9 +20,22 @@ body: - type: markdown attributes: value: "Change Description: NO" - - type: markdown + - type: dropdown + attributes: + label: "Change Leadership Type" + options: + - "YES" + - "NO" + description: "If YES on Change Leadership Type, choose the Leadership Type; if NO, leave the field with the NA value:" + - type: dropdown attributes: - value: "Change Leadership Type: NO" + label: "Leadership Type" + options: + - "N/A" + - "Mentor Led" + - "Community Led" + default: "N/A" + description: "Select the type of leadership if applicable." - type: markdown attributes: value: "Change Slack Link: NO" From ab8ac94ad396e9f0822828352ce3c55478ff9c99 Mon Sep 17 00:00:00 2001 From: Danielle Date: Thu, 20 Jun 2024 19:20:00 -0700 Subject: [PATCH 2/5] remove whitespace between labels and body --- .../communities-of-practice-information-updates.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/communities-of-practice-information-updates.yml b/.github/ISSUE_TEMPLATE/communities-of-practice-information-updates.yml index e9da02eab4..4a3ba91d5a 100644 --- a/.github/ISSUE_TEMPLATE/communities-of-practice-information-updates.yml +++ b/.github/ISSUE_TEMPLATE/communities-of-practice-information-updates.yml @@ -3,7 +3,6 @@ description: CoP leads use this issue to make changes to Leadership members and title: 'Communities of Practice information updates: [INSERT NAME OF Community of Practice]' labels: ['role: product', 'P-Feature: Communities of Practice', 'time sensitive', 'Complexity: Missing', 'size: missing'] - body: - type: markdown attributes: @@ -27,6 +26,8 @@ body: - "YES" - "NO" description: "If YES on Change Leadership Type, choose the Leadership Type; if NO, leave the field with the NA value:" + validations: + required: true - type: dropdown attributes: label: "Leadership Type" From 5a047af9f40a71fd78d0206e3c65d451a1288957 Mon Sep 17 00:00:00 2001 From: Danielle Date: Thu, 20 Jun 2024 19:22:52 -0700 Subject: [PATCH 3/5] remove whitespace in title --- .../communities-of-practice-information-updates.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/communities-of-practice-information-updates.yml b/.github/ISSUE_TEMPLATE/communities-of-practice-information-updates.yml index 4a3ba91d5a..154d01964c 100644 --- a/.github/ISSUE_TEMPLATE/communities-of-practice-information-updates.yml +++ b/.github/ISSUE_TEMPLATE/communities-of-practice-information-updates.yml @@ -1,7 +1,6 @@ name: Communities of Practice information updates description: CoP leads use this issue to make changes to Leadership members and contact info -title: 'Communities of Practice information updates: [INSERT NAME OF Community of - Practice]' +title: 'Communities of Practice information updates: [INSERT NAME OF Community of Practice]' labels: ['role: product', 'P-Feature: Communities of Practice', 'time sensitive', 'Complexity: Missing', 'size: missing'] body: - type: markdown From 6ef2a80b6459343d1458367b4ebcb95e590090aa Mon Sep 17 00:00:00 2001 From: Danielle Date: Thu, 20 Jun 2024 19:25:02 -0700 Subject: [PATCH 4/5] remove whitespace in front of the yes/no options --- .../communities-of-practice-information-updates.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/communities-of-practice-information-updates.yml b/.github/ISSUE_TEMPLATE/communities-of-practice-information-updates.yml index 154d01964c..d078a12852 100644 --- a/.github/ISSUE_TEMPLATE/communities-of-practice-information-updates.yml +++ b/.github/ISSUE_TEMPLATE/communities-of-practice-information-updates.yml @@ -22,8 +22,8 @@ body: attributes: label: "Change Leadership Type" options: - - "YES" - - "NO" + - "YES" + - "NO" description: "If YES on Change Leadership Type, choose the Leadership Type; if NO, leave the field with the NA value:" validations: required: true From 02fb86a5d407bd9fd7a9fb7702384c05c6f10ca0 Mon Sep 17 00:00:00 2001 From: Danielle Date: Tue, 25 Jun 2024 15:54:17 -0700 Subject: [PATCH 5/5] change default type --- .../communities-of-practice-information-updates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/communities-of-practice-information-updates.yml b/.github/ISSUE_TEMPLATE/communities-of-practice-information-updates.yml index d078a12852..3098d2544f 100644 --- a/.github/ISSUE_TEMPLATE/communities-of-practice-information-updates.yml +++ b/.github/ISSUE_TEMPLATE/communities-of-practice-information-updates.yml @@ -34,7 +34,7 @@ body: - "N/A" - "Mentor Led" - "Community Led" - default: "N/A" + default: 0 description: "Select the type of leadership if applicable." - type: markdown attributes: