Skip to content

Commit

Permalink
Update cms-collaboration-cycle-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BlakeOrgan authored Nov 16, 2023
1 parent 9241527 commit e33e343
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions .github/ISSUE_TEMPLATE/cms-collaboration-cycle-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ body:
- type: dropdown
id: research
attributes:
label: Are you doing user research with CMS editors?
label: Will you be doing user research with CMS editors?
multiple: false
options:
- "Yes"
Expand All @@ -83,6 +83,17 @@ body:
- "Maybe (Leave notes in the Additional Information section of this form)"
validations:
required: true
- type: dropdown
id: DS
attributes:
label: Will your work require introducing a new CMS Design System component or changes to an existing component?
multiple: false
options:
- "Yes"
- "No"
- "Maybe (Leave notes in the Additional Information section of this form)"
validations:
required: true
- type: dropdown
id: modules
attributes:
Expand All @@ -94,10 +105,21 @@ body:
- "Maybe (Leave notes in the Additional Information section of this form)"
validations:
required: true
- type: dropdown
id: fields
attributes:
label: Will your work require introducing new input fields or making changes to existing input fields?
multiple: false
options:
- "Yes"
- "No"
- "Maybe (Leave notes in the Additional Information section of this form)"
validations:
required: true
- type: dropdown
id: analytics
attributes:
label: Do you need to capture any analytics or metrics?
label: Will this work require you to capture any analytics or metrics?
multiple: false
options:
- "Yes"
Expand Down

0 comments on commit e33e343

Please sign in to comment.