From 6c843589ae552fa7f67e5cf697128ab3a85ef19c Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Thu, 31 Mar 2022 16:26:01 +0200 Subject: [PATCH] Add a note about supported PHP images --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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