Skip to content

Commit

Permalink
fix yaml in issue template (Qiskit#121)
Browse files Browse the repository at this point in the history
(follow-on to Qiskit#109)
  • Loading branch information
abbycross authored Oct 9, 2023
1 parent 6065f26 commit 9c7b52e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 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
- 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:
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
- 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
required: true

0 comments on commit 9c7b52e

Please sign in to comment.