Skip to content

Commit

Permalink
chore: reposition software section 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 9e192c7
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 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 @@ -54,22 +54,8 @@ body:
- type: markdown
attributes:
value: |
### Additional information
## 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: 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
attributes:
Expand All @@ -85,12 +71,26 @@ body:
- label: Other quantum software
- label: Other classical software

- 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: 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: 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 9e192c7

Please sign in to comment.