mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
chore: add bug report template
This commit is contained in:
parent
c228ae1891
commit
ba96c12507
1 changed files with 32 additions and 0 deletions
32
.github/ISSUE_TEMPLATES/bug_report.md
vendored
Normal file
32
.github/ISSUE_TEMPLATES/bug_report.md
vendored
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve django-axes
|
||||
title: 'BUG: Short description of the problem'
|
||||
labels: 'bug'
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
4.
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Your environment**
|
||||
python version:
|
||||
django version:
|
||||
django-axes version:
|
||||
Operating system:
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
|
||||
**Possible implementation**
|
||||
Not obligatory, but suggest an idea for implementing addition or change
|
||||
Loading…
Reference in a new issue