Skip to content

Commit

Permalink
chore: Bug Report issue template (#3085)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramfox authored Jan 7, 2025
1 parent 5aba17e commit 60ba9ac
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Bug report
about: Create a report to help us improve
title: 'bug: [description]'
labels: bug
assignees: ''

---

**Describe the bug**
<!-- A clear and concise description of what the bug is. -->

**Relevant Logs**
<!-- 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 -->

**Expected behavior**
<!-- A clear and concise description of what you expected to happen. -->

**Platform(s)**
Desktop<!-- (please complete the following information) -->:
- OS: [e.g. iOS]
- Version [e.g. 22]

Smartphone<!-- (please complete the following information) -->:
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Version [e.g. 22]

**Additional Context / Screenshots / GIFs**
<!-- Add any other context about the problem here. -->

0 comments on commit 60ba9ac

Please sign in to comment.