Skip to content

Commit

Permalink
Chore: Create bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
Mews authored and Seluj78 committed Jun 11, 2024
1 parent f48554f commit 8b3ad07
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: Bug report
about: Report a bug to help improve the library
title: "[BUG] <bug description>"
labels: bug
assignees: ''

---

Write a short description of the bug in the issue title

**Describe the bug**
Describe the bug in length here.

**Expected behavior**
Describe what you expected to happen.

**Real behavior**
Describe what actually happens.

**To Reproduce**
List the steps needed to reproduce the bug:
1. ...
2. ...
etc...

**Context/Environment**
Write here the information about the environment in which the bug happens, such as:
- Your operating system
- Your python version
- The version of flask-utils you're using

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Additional context**
Add any other context about the problem that you think might be relevant.

0 comments on commit 8b3ad07

Please sign in to comment.