Skip to content

Commit

Permalink
chore: enforce software requirements in review issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrorrivero committed Apr 8, 2024
1 parent 8ad26f9 commit 1862cef
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions .github/ISSUE_TEMPLATE/review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body:
- type: markdown
attributes:
value: |
### Content review
## Content review
- type: input
id: notebook
Expand Down Expand Up @@ -47,14 +47,31 @@ body:
validations:
required: true

- type: checkboxes
id: software
attributes:
label: Software requirements
description: |
Please select the software requirements for this content.
options:
- label: Qiskit
- label: Qiskit Runtime
- label: Qiskit Extension Packages
- label: Qiskit Community Packages
- label: OpenQASM
- label: Other quantum software
- label: Other classical software
validations:
required: true


################################################################################
## OPTIONAL
################################################################################
- type: markdown
attributes:
value: |
### Additional information
## Additional information
- type: checkboxes
id: criteria
Expand All @@ -70,27 +87,12 @@ body:
- label: "Style: content follows the appropriate style guide and tone"
- label: "Formatting: content is properly formatted and visually appealing"

- type: checkboxes
id: software
attributes:
label: Software requirements
description: |
Please select the software requirements for this content.
options:
- label: Qiskit
- label: Qiskit Runtime
- label: Qiskit Extension Packages
- label: Qiskit Community Packages
- label: OpenQASM
- label: Other quantum software
- label: Other classical software

- type: textarea
id: reviewers
attributes:
label: Reviewers
description: Who would you like to review this content?
placeholder: Enter the GitHub usernames of the reviewers.
placeholder: Enter the GitHub usernames of the suggested reviewers.

- type: textarea
id: comments
Expand Down

0 comments on commit 1862cef

Please sign in to comment.