diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 37fe0e0e93..c4073ed1af 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: Bug Report description: File a bug report -title: 'bug: ' +title: 'Bug: ' labels: - 'type: bug' body: @@ -35,31 +35,106 @@ body: label: Version description: What version are you running? Look to OpenPype Tray options: + - 3.15.4-nightly.3 + - 3.15.4-nightly.2 + - 3.15.4-nightly.1 - 3.15.3 + - 3.15.3-nightly.4 + - 3.15.3-nightly.3 + - 3.15.3-nightly.2 + - 3.15.3-nightly.1 - 3.15.2 + - 3.15.2-nightly.6 + - 3.15.2-nightly.5 + - 3.15.2-nightly.4 + - 3.15.2-nightly.3 + - 3.15.2-nightly.2 + - 3.15.2-nightly.1 - 3.15.1 + - 3.15.1-nightly.6 + - 3.15.1-nightly.5 + - 3.15.1-nightly.4 + - 3.15.1-nightly.3 + - 3.15.1-nightly.2 + - 3.15.1-nightly.1 - 3.15.0 + - 3.15.0-nightly.1 + - 3.14.11-nightly.4 + - 3.14.11-nightly.3 + - 3.14.11-nightly.2 + - 3.14.11-nightly.1 - 3.14.10 + - 3.14.10-nightly.9 + - 3.14.10-nightly.8 + - 3.14.10-nightly.7 + - 3.14.10-nightly.6 + - 3.14.10-nightly.5 + - 3.14.10-nightly.4 + - 3.14.10-nightly.3 + - 3.14.10-nightly.2 + - 3.14.10-nightly.1 - 3.14.9 + - 3.14.9-nightly.5 + - 3.14.9-nightly.4 + - 3.14.9-nightly.3 + - 3.14.9-nightly.2 + - 3.14.9-nightly.1 - 3.14.8 + - 3.14.8-nightly.4 + - 3.14.8-nightly.3 + - 3.14.8-nightly.2 + - 3.14.8-nightly.1 - 3.14.7 + - 3.14.7-nightly.8 + - 3.14.7-nightly.7 + - 3.14.7-nightly.6 + - 3.14.7-nightly.5 + - 3.14.7-nightly.4 + - 3.14.7-nightly.3 + - 3.14.7-nightly.2 + - 3.14.7-nightly.1 - 3.14.6 + - 3.14.6-nightly.3 + - 3.14.6-nightly.2 + - 3.14.6-nightly.1 - 3.14.5 + - 3.14.5-nightly.3 + - 3.14.5-nightly.2 + - 3.14.5-nightly.1 - 3.14.4 + - 3.14.4-nightly.4 + - 3.14.4-nightly.3 + - 3.14.4-nightly.2 + - 3.14.4-nightly.1 - 3.14.3 + - 3.14.3-nightly.7 + - 3.14.3-nightly.6 + - 3.14.3-nightly.5 + - 3.14.3-nightly.4 + - 3.14.3-nightly.3 + - 3.14.3-nightly.2 + - 3.14.3-nightly.1 - 3.14.2 + - 3.14.2-nightly.5 + - 3.14.2-nightly.4 + - 3.14.2-nightly.3 + - 3.14.2-nightly.2 + - 3.14.2-nightly.1 - 3.14.1 + - 3.14.1-nightly.4 + - 3.14.1-nightly.3 + - 3.14.1-nightly.2 + - 3.14.1-nightly.1 - 3.14.0 + - 3.14.0-nightly.1 + - 3.13.1-nightly.3 + - 3.13.1-nightly.2 + - 3.13.1-nightly.1 - 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 + - 3.13.0-nightly.1 + - 3.12.3-nightly.3 + - 3.12.3-nightly.2 + - 3.12.3-nightly.1 validations: required: true - type: dropdown @@ -88,11 +163,11 @@ body: required: true - type: checkboxes attributes: - label: Is there any more labels you wish to add? + label: Are there any 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 added the relevant labels to the bug report. + required: true - type: textarea id: logs attributes: diff --git a/.github/ISSUE_TEMPLATE/enhancement_request.yml b/.github/ISSUE_TEMPLATE/enhancement_request.yml index e89391c3d7..52b49e0481 100644 --- a/.github/ISSUE_TEMPLATE/enhancement_request.yml +++ b/.github/ISSUE_TEMPLATE/enhancement_request.yml @@ -1,6 +1,6 @@ name: Enhancement Request description: Create a report to help us enhance a particular feature -title: "enhancement: " +title: "Enhancement: " labels: - "type: enhancement" body: @@ -13,28 +13,28 @@ body: label: Is there an existing issue for this? description: Please search to see if an issue already exists for the bug you encountered. options: - - label: I have searched the existing issues + - label: I have searched the existing issues. required: true - type: textarea id: related-feature attributes: - label: Please state which of feature you have in mind and describe what are its shortcomings? + label: Please describe the feature you have in mind and explain what the current shortcomings are? description: A clear and concise description of what the problem is. validations: required: true - type: textarea id: enhancement-proposal attributes: - label: How would you imagine the enhancement of the feature? + label: How would you imagine the implementation of the feature? description: A clear and concise description of what you want to happen. validations: required: true - type: checkboxes attributes: - label: Is there any more labels you wish to add? + label: Are there any labels you wish to add? description: Please search labels and identify those related to your enhancement. options: - - label: I have searched labels and added any + - label: I have added the relevant labels to the enhancement request. required: true - type: textarea id: alternatives diff --git a/.github/workflows/update_bug_report.yml b/.github/workflows/update_bug_report.yml index c2e5e9af42..9f44d7c7a6 100644 --- a/.github/workflows/update_bug_report.yml +++ b/.github/workflows/update_bug_report.yml @@ -20,6 +20,6 @@ jobs: github_token: ${{ secrets.YNPUT_BOT_TOKEN }} registry: github dropdown: _version - limit_to: 25 + limit_to: 100 form: .github/ISSUE_TEMPLATE/bug_report.yml - commit_message: 'chore(): update bug report / version' \ No newline at end of file + commit_message: 'chore(): update bug report / version' diff --git a/openpype/plugins/publish/extract_burnin.py b/openpype/plugins/publish/extract_burnin.py index 3b32596482..a12e8d18b4 100644 --- a/openpype/plugins/publish/extract_burnin.py +++ b/openpype/plugins/publish/extract_burnin.py @@ -79,9 +79,10 @@ class ExtractBurnin(publish.Extractor): self.log.warning("No profiles present for create burnin") return - # QUESTION what is this for and should we raise an exception? - if "representations" not in instance.data: - raise RuntimeError("Burnin needs already created mov to work on.") + if not instance.data.get("representations"): + self.log.info( + "Instance does not have filled representations. Skipping") + return self.main_process(instance)