diff --git a/.github/ISSUE_TEMPLATES/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 99% rename from .github/ISSUE_TEMPLATES/bug_report.md rename to .github/ISSUE_TEMPLATE/bug_report.md index 261a642..37747fb 100644 --- a/.github/ISSUE_TEMPLATES/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,6 +4,7 @@ about: Create a report to help us improve django-axes title: 'BUG: Short description of the problem' labels: 'bug' assignees: '' + --- **Describe the bug** diff --git a/.github/ISSUE_TEMPLATES/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md similarity index 99% rename from .github/ISSUE_TEMPLATES/feature_request.md rename to .github/ISSUE_TEMPLATE/feature_request.md index 77f1005..23c5a49 100644 --- a/.github/ISSUE_TEMPLATES/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,6 +4,7 @@ about: Suggest an idea for django-axes title: 'FEATURE REQUEST: Short description of requested feature' labels: 'feature request' assignees: '' + --- **Is your feature request related to a problem? Please describe.**