Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 (`<WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>` is in the project file or references `Microsoft.WindowsAppSDK.AI`)"
value: self-contained
- label: "Framework-dependent app (`<WindowsAppSDKSelfContained>` is not in the project file or it is set to false)"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the project is referencing a Component package "Microsoft.WindowsAppSDK.AI" the default is then self-contained without the <selfcontained> being added. Might need to change your descriptions

value: framework-dependent
- type: dropdown
attributes:
label: Windows version
Expand Down