Skip to content

Commit 60ba9ac

Browse files
authored
chore: Bug Report issue template (#3085)
1 parent 5aba17e commit 60ba9ac

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 30 additions & 0 deletions
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: [description]'
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
<!-- A clear and concise description of what the bug is. -->
12+
13+
**Relevant Logs**
14+
<!-- Setup `tracing_subscriber` in your application and use the `RUST_LOG = debug` env variable to turn on debug logs. Please see: https://docs.rs/tracing-subscriber/latest/tracing_subscriber/fmt/fn.init.html -->
15+
16+
**Expected behavior**
17+
<!-- A clear and concise description of what you expected to happen. -->
18+
19+
**Platform(s)**
20+
Desktop<!-- (please complete the following information) -->:
21+
- OS: [e.g. iOS]
22+
- Version [e.g. 22]
23+
24+
Smartphone<!-- (please complete the following information) -->:
25+
- Device: [e.g. iPhone6]
26+
- OS: [e.g. iOS8.1]
27+
- Version [e.g. 22]
28+
29+
**Additional Context / Screenshots / GIFs**
30+
<!-- Add any other context about the problem here. -->

0 commit comments

Comments
 (0)