chore: add bug report template

This commit is contained in:
Maksim Zayakin 2023-05-27 22:05:50 +05:00 committed by Aleksi Häkli
parent c228ae1891
commit ba96c12507

32
.github/ISSUE_TEMPLATES/bug_report.md vendored Normal file
View 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