-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |