Skip to content

Commit

Permalink
Update issue templates (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 authored Jan 22, 2024
1 parent 974c938 commit 55e9745
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Bug report
about: Create a bug report to help us improve
title: "[BUG_TITLE]"
labels: bug
assignees: ''

---

# [BUG_TITLE]

## Description

A clear and concise description of what the bug is.

## Expected behavior

A clear and concise description of what you expected to happen.
If applicable, add screenshots or code snippets to help explain your problem.

## Environment
- OS: [_e.g._ `iOS`]
- Python version: [_e.g._ `3.8`]
- Package version: [_e.g._ `0.0.1`]

## To Reproduce

Please provide a minimal reproducible example.

## Additional context

If applicable, add any other context about the problem here.

0 comments on commit 55e9745

Please sign in to comment.