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

fix yaml in issue template #121

Merged
merged 5 commits into from
Oct 9, 2023
Merged
Changes from 1 commit
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
21 changes: 12 additions & 9 deletions .github/ISSUE_TEMPLATE/new-content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,15 @@ body:
validations:
required: true

- type: radio
attributes:
label: If this new content request is accepted, will you write a draft the content, or help the team draft it?
options:
one: I will write a draft of the proposed content
two: I can help the team by providing enough information to write the material
three: I only want to review the material when it's finished
validations:
required: true
- type: dropdown
attributes:
label: If this new content request is accepted, will you write a draft the content, or help the team draft it?
description:
multiple: false
options:
- I will write a draft of the proposed content
- I can help the team by providing enough information to write the material
- I only want to review the material when it's finished
default: 0
validations:
required: true
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These needs to all be indented, I think.