diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 426ffacdec..37fe0e0e93 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -19,13 +19,13 @@ body: required: true - type: textarea attributes: - label: "Current Behavior:" + label: 'Current Behavior:' description: A concise description of what you're experiencing. validations: required: true - type: textarea attributes: - label: "Expected Behavior:" + label: 'Expected Behavior:' description: A concise description of what you expected to happen. validations: required: false @@ -35,20 +35,31 @@ body: label: Version description: What version are you running? Look to OpenPype Tray options: - - 3.6.1 - - 3.4.3 - - 3.4.2 - - 3.4.1 - - 3.5.0 - - 3.4.4 - - 3.3.0 - - 3.2.0 - - CI/3.1.1-nightly.1 - - CI/3.1.0-nightly.4 - - CI/3.1.0-nightly.2 - - 0.8.1 - - 0.8.0 - - 0.7.4 + - 3.15.3 + - 3.15.2 + - 3.15.1 + - 3.15.0 + - 3.14.10 + - 3.14.9 + - 3.14.8 + - 3.14.7 + - 3.14.6 + - 3.14.5 + - 3.14.4 + - 3.14.3 + - 3.14.2 + - 3.14.1 + - 3.14.0 + - 3.13.0 + - 3.12.2 + - 3.12.1 + - 3.12.0 + - 3.11.1 + - 3.11.0 + - 3.10.0 + - 3.9.8 + - 3.9.7 + - 3.9.6 validations: required: true - type: dropdown @@ -68,7 +79,7 @@ body: - type: textarea id: to-reproduce attributes: - label: "Steps To Reproduce:" + label: 'Steps To Reproduce:' description: Steps to reproduce the behavior. placeholder: | 1. How did the configuration look like @@ -80,12 +91,12 @@ body: label: Is there any more labels you wish to add? description: Please search labels and identify those related to your bug. options: - - label: I have searched labels and added any - required: true + - label: I have searched labels and added any + required: true - type: textarea id: logs attributes: - label: "Relevant log output:" + label: 'Relevant log output:' description: >- Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. @@ -93,5 +104,5 @@ body: - type: textarea id: additional-context attributes: - label: "Additional context:" + label: 'Additional context:' description: Add any other context about the problem here.