diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index c02fe5efc6..15bb25ffc1 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -47,6 +47,15 @@ body: options: - "Packaged (MSIX)" - "Unpackaged" + - type: dropdown + attributes: + label: Deployment model + description: Please specify the deployment model you're using. + options: + - label: "Self-contained app (`true` is in the project file or references `Microsoft.WindowsAppSDK.AI`)" + value: self-contained + - label: "Framework-dependent app (`` is not in the project file or it is set to false)" + value: framework-dependent - type: dropdown attributes: label: Windows version