From b5a3e7ddf55129235477ee9de572544ae2d55a41 Mon Sep 17 00:00:00 2001 From: Maksim Zayakin Date: Fri, 21 Jul 2023 22:20:04 +0500 Subject: [PATCH] fix: rename ISSUE_TEMPLATES to ISSUE_TEMPLATE (typo) --- .github/{ISSUE_TEMPLATES => ISSUE_TEMPLATE}/bug_report.md | 1 + .github/{ISSUE_TEMPLATES => ISSUE_TEMPLATE}/feature_request.md | 1 + 2 files changed, 2 insertions(+) rename .github/{ISSUE_TEMPLATES => ISSUE_TEMPLATE}/bug_report.md (99%) rename .github/{ISSUE_TEMPLATES => ISSUE_TEMPLATE}/feature_request.md (99%) 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.**