diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index d35137549..9f1aff978 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -37,13 +37,9 @@ body: label: Environment description: | examples: - - **PHP**: 8.0.0 - - **Laravel**: 9.0.0 - - **Database**: MySQL 5.7 - value: | - - PHP: - - Laravel: - - Database: + - **PHP Version**: #.#.# + - **Laravel Version**: #.#.# + - **Database Driver & Version**: render: markdown validations: required: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index cc0fddef9..a2020c9a7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -37,7 +37,7 @@ body: options: - label: Follow our [Code of Conduct](https://github.com/austintoddj/canvas/blob/master/.github/CODE_OF_CONDUCT.md) required: true - - label: Read the [Contributing Guidelines](https://github.com/austintoddj/canvas/blob/master/.github/CONTRIBUTING.md). + - label: Read the [Contributing Guide](https://github.com/austintoddj/canvas/blob/master/.github/CONTRIBUTING.md). required: true - label: Check that there isn't already an issue that asks for the same feature to avoid creating a duplicate. required: true \ No newline at end of file