Skip to content

Commit

Permalink
chore: fix yaml syntax 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 b4b3ae0 commit 8ad26f9
Showing 1 changed file with 19 additions and 35 deletions.
54 changes: 19 additions & 35 deletions .github/ISSUE_TEMPLATE/review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ body:
attributes:
label: Notebook
description: The name of the notebook to review.
placeholder: [Notebook](docs/notebooks/...)
placeholder: "[Notebook](docs/notebooks/...)"
validations:
required: true

Expand All @@ -31,15 +31,12 @@ body:
label: Outcome
description: Select the desired outcome of this review issue.
options:
- label: Suggest improvements
value: improvements
- label: Collect feedback
value: feedback
- label: Approval to publish
value: approval
default: improvements
validations:
required: true
- Suggest improvements
- Collect feedback
- Approval to publish
default: 0
validations:
required: true

- type: textarea
id: description
Expand All @@ -60,24 +57,18 @@ body:
### Additional information
- type: checkboxes
id: criteria
attributes:
label: Review criteria
description: |
Please select the criteria that you would like the reviewers to focus on.
options:
- label: Accuracy
description: Content is factually accurate and error-free.
- label: Clarity
description: Content is easy to understand and communicates effectively.
- label: Completeness
description: Content covers all necessary information and meets requirements.
- label: Compliance
description: Content adheres to guidelines, policies, and legal requirements.
- label: Style
description: Content follows the appropriate style guide and tone.
- label: Formatting
description: Content is properly formatted and visually appealing.
id: criteria
attributes:
label: Review criteria
description: |
Please select the criteria that you would like the reviewers to focus on.
options:
- label: "Accuracy: content is factually accurate and error-free"
- label: "Clarity: content is easy to understand and communicates effectively"
- label: "Completeness: content covers all necessary information"
- label: "Compliance: content adheres to guidelines, policies, and legal requirements"
- label: "Style: content follows the appropriate style guide and tone"
- label: "Formatting: content is properly formatted and visually appealing"

- type: checkboxes
id: software
Expand All @@ -87,19 +78,12 @@ body:
Please select the software requirements for this content.
options:
- label: Qiskit
description: Content requires Qiskit to run.
- label: Qiskit Runtime
description: Content requires Qiskit Runtime to run.
- label: Qiskit Extension Packages
description: Content requires Qiskit Extension Packages to run.
- label: Qiskit Community Packages
description: Content requires Qiskit Community Packages to run.
- label: OpenQASM
description: Content requires OpenQASM to run.
- label: Other quantum software
description: Content requires other quantum software to run.
- label: Other classical software
description: Content requires other classical software to run.

- type: textarea
id: reviewers
Expand Down

0 comments on commit 8ad26f9

Please sign in to comment.