Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'Leadership Option' to Issue Template for CoP Information Update #7077

Merged
merged 5 commits into from
Jul 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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