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