diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md deleted file mode 100644 index ae36705631..0000000000 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -name: Bug report -about: File a bug report -title: '' -labels: '' -assignees: '' - ---- - -**Describe the bug** - - - -**Steps to reproduce the bug** - -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' - -**Expected behavior** - - -**Screenshots** - - -**Version Info** - - -NuGet package version: - - - -| Windows version | Saw the problem? | -| :--------------------------------- | :-------------------- | -| Insider Build (xxxxx) | | -| May 2020 Update (19041) | | -| November 2019 Update (18363) | | -| May 2019 Update (18362) | | -| October 2018 Update (17763) | | - -**Additional context** - diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml new file mode 100644 index 0000000000..7e19f54668 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -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