Skip to content

Conversation

lauren-ciha
Copy link
Member

@lauren-ciha lauren-ciha commented Sep 29, 2025

This PR updates the bug report template to include a question about the user's app deployment model. With the app deployment model, it will be easier to reproduce issues and track down root causes.

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds a deployment model selection field to the GitHub bug report template to help categorize issues based on whether the reported app uses self-contained or framework-dependent deployment.

  • Adds a new dropdown field for deployment model selection in the bug report template
  • Provides clear descriptions for self-contained vs framework-dependent deployment options

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@lauren-ciha lauren-ciha changed the title Add deployment method to bug report Add deployment method to bug report template Sep 29, 2025
description: Please specify the deployment model you're using.
options:
- label: "Self-contained app (`<WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>` is in the project file)"
- 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

@DrusTheAxe
Copy link
Member

The description field is the auto-generated template. Please provide an actual description for the PR

@DrusTheAxe DrusTheAxe self-requested a review October 1, 2025 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants