diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 058c637..14c3c96 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -31,7 +31,8 @@ body: - type: input attributes: label: Docker image - description: For example `php:8.1-cli` + description: For example `php:8.1-cli` - Only the [official PHP Docker images](https://hub.docker.com/_/php/) are supported + placeholder: "php: ..." validations: required: true - type: textarea