diff --git a/.github/ISSUE_TEMPLATE/1_Bug_report.md b/.github/ISSUE_TEMPLATE/1_Bug_report.md index 77309b977c6a..7d35ae61782f 100644 --- a/.github/ISSUE_TEMPLATE/1_Bug_report.md +++ b/.github/ISSUE_TEMPLATE/1_Bug_report.md @@ -1,7 +1,6 @@ --- -name: "Bug Report" +name: "Bug report" about: 'Report a general framework issue. Please ensure your Laravel version is still supported: https://laravel.com/docs/releases#support-policy' - --- - Laravel Version: #.#.# diff --git a/.github/ISSUE_TEMPLATE/2_Feature_request.md b/.github/ISSUE_TEMPLATE/2_Feature_request.md deleted file mode 100644 index f819cb9ec2e7..000000000000 --- a/.github/ISSUE_TEMPLATE/2_Feature_request.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: "Feature Request" -about: 'For ideas or feature requests, see: https://github.com/laravel/ideas/issues' - ---- - -If you would like to propose new Laravel features, please make a pull request, or open an issue at https://github.com/laravel/ideas/issues. Alternatively, you may message Taylor Otwell on the Laravel Discord server's #internals channel (https://discordapp.com/invite/mPZNm7A). diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 0f039119b8a3..77d505230682 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: + - name: Feature request + url: https://github.com/laravel/ideas/issues + about: 'For ideas or feature requests, open up an issue on the Laravel ideas repository' - name: Support question url: https://laravel.com/docs/contributions#support-questions about: 'This repository is only for reporting bugs. If you need help using the library, click:'