Skip to content
Merged
Show file tree
Hide file tree
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
42 changes: 0 additions & 42 deletions .github/ISSUE_TEMPLATE/bug-report.md

This file was deleted.

85 changes: 85 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
name: Bug report
description: File a bug report
title: "Bug title"
labels: []
body:
- type: markdown
attributes:
value: |
For bugs related to WinUI, please open a bug on the [Microsoft.UI.Xaml repository](https://github.com/microsoft/microsoft-ui-xaml)
- type: textarea
validations:
required: true
attributes:
label: Describe the bug
description: Please enter a short, clear description of the bug.
- type: textarea
validations:
required: true
attributes:
label: Steps to reproduce the bug
description: Please provide any required setup and steps to reproduce the behavior.
placeholder: |
1. Go to '...'
2. Click on '....'
- type: textarea
attributes:
label: Expected behavior
description: Please provide a description of what you expected to happen
- type: textarea
attributes:
label: Screenshots
description: If applicable, add screenshots here to help explain your problem
- type: dropdown
attributes:
label: IDE
description: Which IDE do you use?
multiple: true
options:
- "Visual Studio 2022-preview"
- "Visual Studio 2022"
- "Visual Studio 2019"
- "Visual Studio 2017"
- "Other"
- type: dropdown
attributes:
label: NuGet package version
options:
- "Microsoft.WindowsAppSDK 1.0.0-preview3"
- "Microsoft.WindowsAppSDK 1.0.0-preview2"
- "Microsoft.WindowsAppSDK 1.0.0-preview1"
- "Microsoft.WindowsAppSDK 1.0.0-experimental1"
- "Microsoft.ProjectReunion 0.8.5"
- "Microsoft.ProjectReunion 0.8.4"
- "Microsoft.ProjectReunion 0.8.3"
- "Microsoft.ProjectReunion 0.8.2"
- "Microsoft.ProjectReunion 0.8.1"
- "Microsoft.ProjectReunion 0.8.0"
- type: checkboxes
attributes:
label: Project type
description: Please specify project type you have encountered the issue.
options:
- label: "Packaged"
- label: "Unpackaged"
- type: dropdown
attributes:
label: Windows version
description: Which Windows versions did you see the issue on?
multiple: true
options:
- "Insider Build (xxxxx)"
- "Windows 11 (22000)"
- "May 2021 Update (19043)"
- "October 2020 Update (19042)"
- "May 2020 Update (19041)"
- "November 2019 Update (18363)"
- "May 2019 Update (18362)"
- "October 2018 Update (17763)"
- "April 2018 Update (17134)"
- "Fall Creators Update (16299)"
- "Creators Update (15063)"
- type: textarea
attributes:
label: Additional context
description: Enter any other applicable info here