diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 53c389bf..c72cd952 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -47,13 +47,21 @@ body: multiple: false options: - Windows (CUDA) - - Windows (DreamStudio-only) - - macOS (Intel) + - Windows (DirectML) - macOS (Apple Silicon) - - macOS (Apple Silicon, DreamStudio-only) - Other (Built from source) validations: required: true + - type: dropdown + id: blender-version + attributes: + label: Blender Version + multiple: false + options: + - Blender 4.1+ + - Blender 3.6 - 4.0 + validations: + required: true - type: dropdown id: hardware attributes: @@ -63,7 +71,7 @@ body: options: - NVIDIA - NVIDIA 16 Series - - AMD (unsupported for local generation) + - AMD - Apple Silicon - Other validations: