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 2bb9a84
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 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 Down Expand Up @@ -60,24 +60,24 @@ 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
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.

- type: checkboxes
id: software
Expand Down

0 comments on commit 2bb9a84

Please sign in to comment.