Skip to content

Commit

Permalink
Issue templates (#1416)
Browse files Browse the repository at this point in the history
no-branch-sync
  • Loading branch information
williambohrmann3 committed Mar 25, 2024
1 parent 98a1e46 commit cad67fb
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
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.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
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.

0 comments on commit cad67fb

Please sign in to comment.