diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yaml b/.github/ISSUE_TEMPLATE/1-bug-report.yaml index 837974170..3ded8c3df 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yaml @@ -20,6 +20,11 @@ body: attributes: label: Hermione version description: Fill only if you are not using the latest major version (v8) + - type: input + id: last-working-version + attributes: + label: Last Hermione version that worked + placeholder: e.g. 8.0.3 - type: dropdown attributes: label: Which area(s) of Hermione are affected? (leave empty if unsure) @@ -54,7 +59,7 @@ body: value: ---------------------------- - type: textarea attributes: - label: Describe the Bug + label: Actual Behavior description: A clear and concise description of what the bug is. validations: required: true diff --git a/.github/ISSUE_TEMPLATE/3-feature-request.yaml b/.github/ISSUE_TEMPLATE/2-feature-request.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/3-feature-request.yaml rename to .github/ISSUE_TEMPLATE/2-feature-request.yaml diff --git a/.github/ISSUE_TEMPLATE/2-regression-report.yaml b/.github/ISSUE_TEMPLATE/2-regression-report.yaml deleted file mode 100644 index 61cb29fbb..000000000 --- a/.github/ISSUE_TEMPLATE/2-regression-report.yaml +++ /dev/null @@ -1,60 +0,0 @@ -name: Regression Report -description: Report a regression in Hermione -labels: ["type: regression"] -body: - - type: input - id: last-working-version - attributes: - label: Last Hermione version that worked - placeholder: e.g. 8.0.3 - - type: input - id: current-version - attributes: - label: Hermione version - placeholder: e.g. 8.0.5 - validations: - required: true - - type: textarea - id: code-to-reproduce - attributes: - label: Code to reproduce the issue - description: Please provide a clear set of steps or a code snippet to reproduce the issue. - validations: - required: true - - type: textarea - id: expected-behavior - attributes: - label: Expected behavior - description: Describe what you expected to happen. - validations: - required: true - - type: textarea - id: actual-behavior - attributes: - label: Actual behavior - description: Describe what actually happened. - validations: - required: true - - type: textarea - id: additional-information - attributes: - label: Additional information - description: Provide any additional details or context that might be relevant. - - type: input - id: node-version - attributes: - label: Node.js version - description: "Run `node -v` and provide the output." - placeholder: e.g. 20.11.0 - validations: - required: true - - type: dropdown - id: operating-system - attributes: - label: Operating System - options: - - macOS - - Windows - - Linux - validations: - required: true