From 8ad26f99332e730f7c4158e1a4a5e24b19b83944 Mon Sep 17 00:00:00 2001 From: Pedro Rivero Date: Mon, 8 Apr 2024 19:00:28 -0400 Subject: [PATCH] chore: fix yaml syntax in review issue template --- .github/ISSUE_TEMPLATE/review.yaml | 54 +++++++++++------------------- 1 file changed, 19 insertions(+), 35 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/review.yaml b/.github/ISSUE_TEMPLATE/review.yaml index 160f2c8..e734d27 100644 --- a/.github/ISSUE_TEMPLATE/review.yaml +++ b/.github/ISSUE_TEMPLATE/review.yaml @@ -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 @@ -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 @@ -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 @@ -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