Skip to content

Commit

Permalink
Add 'Leadership Option' to Issue Template for CoP Information Update (h…
Browse files Browse the repository at this point in the history
…ackforla#7077)

* add leadership type option with dropdown fields

* remove whitespace between labels and body

* remove whitespace in title

* remove whitespace in front of the yes/no options

* change default type
  • Loading branch information
DrAcula27 authored and terrencejihoonjung committed Jul 13, 2024
1 parent efeb70c commit 056ac27
Showing 1 changed file with 18 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
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
attributes:
Expand All @@ -20,9 +18,24 @@ 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:"
validations:
required: true
- type: dropdown
attributes:
value: "Change Leadership Type: NO"
label: "Leadership Type"
options:
- "N/A"
- "Mentor Led"
- "Community Led"
default: 0
description: "Select the type of leadership if applicable."
- type: markdown
attributes:
value: "Change Slack Link: NO"
Expand Down

0 comments on commit 056ac27

Please sign in to comment.