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 cbd1296
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions .github/ISSUE_TEMPLATE/review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,23 @@ 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
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 cbd1296

Please sign in to comment.