From 0ab51a87d869317c4eb9fd116571026fe8f5c706 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Fri, 31 Jan 2020 15:27:46 -0700 Subject: [PATCH] Minor updates to GitHub issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 3 ++- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index eaa57e3..d453c6c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,5 +1,5 @@ --- -name: Bug report +name: Bug Report about: Create a report to help us fix something that is broken title: '' labels: Bug @@ -13,6 +13,7 @@ The version of directory lister you're using. Examples: `v2.7.1` or `v3.0.0-beta.1` +_Reminder: Directory Lister 2.X is no longer being supported_ **PHP Version** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 8f20337..ff01609 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,6 @@ --- -name: Feature request -about: Suggest an idea for this project +name: Feature Request / Enhancement +about: Suggest a new feature or improvement to existing functionality title: '' labels: Enhancement assignees: PHLAK