From 1862cefcac1f552bf7818eb0bd00e3f9fa34f682 Mon Sep 17 00:00:00 2001 From: Pedro Rivero Date: Mon, 8 Apr 2024 19:05:41 -0400 Subject: [PATCH] chore: enforce software requirements in review issue template --- .github/ISSUE_TEMPLATE/review.yaml | 38 ++++++++++++++++-------------- 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/review.yaml b/.github/ISSUE_TEMPLATE/review.yaml index e734d27..4fcca5a 100644 --- a/.github/ISSUE_TEMPLATE/review.yaml +++ b/.github/ISSUE_TEMPLATE/review.yaml @@ -14,7 +14,7 @@ body: - type: markdown attributes: value: | - ### Content review + ## Content review - type: input id: notebook @@ -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 @@ -54,7 +71,7 @@ body: - type: markdown attributes: value: | - ### Additional information + ## Additional information - type: checkboxes id: criteria @@ -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