Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Bug Report
about: Create a report to help us improve the library
title: ''
labels: bug, triage
---

**Describe the bug**
A clear and concise description of what the bug is.

**Expected behavior**
A clear and concise description of what you expected to happen.

**To Reproduce**
Steps to reproduce the bug:
1. (step 1)
2. (step 2)
3. (step 3)
4. ...

**Screenshots**
If applicable, add screenshots to help explain the bug.

**Library version number**
For example: 0.1.1

**Environmental details**
For example:
OS: Linux
Runtime version: .NET 6

**Additional context**
Add any other context about the problem here.