Skip to content

Commit

Permalink
Convert bug template issue template to an issue form (#5947)
Browse files Browse the repository at this point in the history
* Convert bug_report.md to issue form yaml

* Fix empty title

* Issue form title cannot be empty

* Remove RNW commands

* Replace old template

* Add NuGet package version

* Restore form order
Move nuget package version before windows app type
  • Loading branch information
chrisglein authored Sep 24, 2021
1 parent f0f9256 commit 9ca3a5e
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 74 deletions.
74 changes: 0 additions & 74 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

83 changes: 83 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
name: Bug report
description: File a bug report
title: "Bug title"
labels: []
body:
- type: markdown
attributes:
value: |
For bugs related to UWP or the app models, please open a bug on the [Project Reunion repository](https://github.com/microsoft/ProjectReunion)
- 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: NuGet package version
options:
- "Microsoft.UI.Xaml 2.4.0"
- "Microsoft.UI.Xaml 2.5.0"
- "Microsoft.UI.Xaml.2.6.0-prerelease.210430001"
- "Microsoft.UI.Xaml 2.6.0"
- "Microsoft.WinUI 3.0.0-preview4.210210.4"
- "WinUI 3 - Project Reunion 0.5 Preview: 0.5.0-prerelease"
- "WinUI 3 - Project Reunion 0.5: 0.5.0"
- "WinUI 3 - Project Reunion 0.5: 0.5.7"
- "WinUI 3 - Project Reunion 0.8 Preview: 0.8.0-preview"
- "WinUI 3 - Windows App SDK 0.8: 0.8.0 (If you're seeing your issue in older previews of WinUI 3, please try this release)"
- type: checkboxes
attributes:
label: Windows app type
description: If you are using WinUI 3, please specify for which Windows app type you have encountered the issue.
options:
- label: "UWP"
- label: "Win32"
- type: dropdown
attributes:
label: Device form factor
description: Which device form factors did you see the issue on?
multiple: true
options:
- "Desktop"
- "Xbox"
- "Surface Hub"
- "IoT"
- type: dropdown
attributes:
label: Windows version
description: Which Windows versions did you see the issue on?
multiple: true
options:
- "Insider Build (xxxxx)"
- "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

0 comments on commit 9ca3a5e

Please sign in to comment.