From 82ba2ace7981aae988db5ebe5b24bc8a406d65ee Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Sun, 4 Oct 2020 16:58:32 +0200 Subject: [PATCH] docs: make feature request work --- .github/ISSUE_TEMPLATE/{bug_report.md => BUG_REPORT.md} | 0 .../ISSUE_TEMPLATE/{feature_request.md => FEATURE_REQUEST.md} | 4 ++++ 2 files changed, 4 insertions(+) rename .github/ISSUE_TEMPLATE/{bug_report.md => BUG_REPORT.md} (100%) rename .github/ISSUE_TEMPLATE/{feature_request.md => FEATURE_REQUEST.md} (90%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md similarity index 100% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/BUG_REPORT.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md similarity index 90% rename from .github/ISSUE_TEMPLATE/feature_request.md rename to .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md index 63386fa5f5..d51489203b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -1,5 +1,9 @@ --- name: Feature request +about: Suggest an idea for this project +title: '' +labels: Feature Request +assignees: '' labels: enhancement ---