-
Notifications
You must be signed in to change notification settings - Fork 521
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
69 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
name: Bug Report | ||
description: Submit a bug report to help improve the samples experience. | ||
title: "[Bug]" | ||
labels: ["Type: Bug"] | ||
body: | ||
- type: checkboxes | ||
id: platforms | ||
attributes: | ||
label: Platforms | ||
description: What platform(s) can you reproduce the bug on? | ||
options: | ||
- label: Android | ||
- label: iOS | ||
- label: macOS | ||
- label: Windows | ||
- type: checkboxes | ||
id: apps | ||
attributes: | ||
label: Apps | ||
description: Which sample viewer app(s) can you reproduce the bug on? | ||
options: | ||
- label: .NET MAUI | ||
- label: WinUI | ||
- label: WPF | ||
- type: textarea | ||
id: bug-description | ||
validations: | ||
required: true | ||
attributes: | ||
label: Bug Description | ||
description: Please provide a detailed description of the bug, including expected behavior and any workarounds. Screenshots and videos may be included as well. | ||
- type: textarea | ||
id: steps-to-reproduce | ||
validations: | ||
required: true | ||
attributes: | ||
label: Steps to Reproduce | ||
description: Please provide detailed, numbered steps to reproduce the bug. | ||
- type: input | ||
id: impacted-samples | ||
attributes: | ||
label: Impacted Samples | ||
description: Please provide the name of the sample(s) impacted by this bug. Leave blank if reporting a sample viewer app bug. | ||
- type: textarea | ||
id: log-output | ||
attributes: | ||
label: Log Output | ||
description: Please provide any relevant log output. Error messages and stack traces are particularly helpful. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: Feature Request | ||
description: Submit a feature request to inspire an innovative samples experience. | ||
title: "[Feature]" | ||
labels: ["Type: Feature"] | ||
body: | ||
- type: checkboxes | ||
id: apps | ||
attributes: | ||
label: Apps | ||
description: Which sample viewer app(s) does this feature request apply to? | ||
options: | ||
- label: .NET MAUI | ||
- label: WinUI | ||
- label: WPF | ||
- type: textarea | ||
id: feature-description | ||
validations: | ||
required: true | ||
attributes: | ||
label: Feature Description | ||
description: Please provide a detailed description of your feature request. Screenshots and videos to illustrate your idea may be included as well. |