Skip to content

Commit c72e024

Browse files
authored
Add issue templates for bug and feature request
1 parent 815e264 commit c72e024

2 files changed

Lines changed: 50 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Description**
11+
<!-- A clear and concise description of what the bug is. -->
12+
<!-- Include callstacks and error messages is possible -->
13+
14+
**Version**
15+
SDK: <!-- e.g. 0.9.579-prerelease -->
16+
Runtime: <!-- Browser channel and version, e.g. Canary 86.0.612.0 -->
17+
Framework: <!-- WPF, WinForms, Win32, etc. -->
18+
OS: <!-- Win10, Win7, version info if available -->
19+
20+
**Repro Steps**
21+
<!-- Minimal steps needed to reproduce the bug -->
22+
<!-- Call out the Expected behavior, and the Actual behavior -->
23+
24+
<!-- Extra / Helpful -->
25+
**Screenshots**
26+
27+
**Additional context**
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
<!--
12+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
13+
-->
14+
15+
**Describe the solution you'd like and alternatives you've considered**
16+
<!--
17+
A clear and concise description of what you want to happen. This may include:
18+
- Description of what API need to be added or changed.
19+
- Code that shows the surface area of the API.
20+
- Code that shows real world scenarios, and how they would otherwise be handled.
21+
- Details showing the usage/consumption of the proposed new API, and alternatives (e.g. not having this API).
22+
- Any other context or screenshots about the feature request here.
23+
-->

0 commit comments

Comments
 (0)