Skip to content

Commit 1435008

Browse files
authored
Update issue templates
1 parent ec12f00 commit 1435008

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug_report.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: "[BUG] "
5+
labels: bug
6+
assignees: seesharprun
7+
8+
---
9+
10+
<!-- Provide a clear and concise description of the bug here. -->
11+
12+
### Repro steps
13+
14+
<!-- Provide steps to reproduce the bug in numbered format:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error-->
19+
20+
### Expected behavior
21+
22+
<!-- Provide an explanation of the behavior you expected. -->
23+
24+
### Screenshots
25+
26+
<!-- If applicable, add screenshots to help explain your problem. -->
27+
28+
### Environment
29+
30+
<!-- Tell us about your environment, if possible. -->

Diff for: .github/ISSUE_TEMPLATE/feature_request.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: "[FEATURE]"
5+
labels: enhancement
6+
assignees: seesharprun
7+
8+
---
9+
10+
<!-- Provide some context here on the functionality you would like to see in this sample application. -->

0 commit comments

Comments
 (0)