docker-php-extension-installer/.github/ISSUE_TEMPLATE/bug_report.yml

48 lines
1.9 KiB
YAML
Raw Normal View History

2022-02-16 11:25:04 +00:00
name: Bug Report
description: File a bug report
labels:
- bug
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
Please remark that this project is about the `install-php-extensions` command, not about `docker-php-ext-install`.
File this bug report for the [supported PHP extensions](https://github.com/mlocati/docker-php-extension-installer#supported-php-extensions).
If you'd like support for a new extension please submit a [feature request](https://github.com/mlocati/docker-php-extension-installer/issues/new?template=feature_request.md) instead.
2022-02-16 11:25:04 +00:00
- type: input
attributes:
label: Version of install-php-extensions
description: |
Please specify the version of `install-php-extensions version`.
You can see the version in the first line after executing the command. For example:
```sh
$ install-php-extensions zip
install-php-extensions v.1.4.15
...
```
If it's not the [latest one](https://github.com/mlocati/docker-php-extension-installer/releases/latest) please update it: we don't support old versions.
validations:
required: true
- type: textarea
attributes:
label: Error description
description: Please describe the error
validations:
required: true
- type: input
attributes:
label: Docker image
2022-03-31 14:26:01 +00:00
description: For example `php:8.1-cli` - Only the [official PHP Docker images](https://hub.docker.com/_/php/) are supported
placeholder: "php: ..."
2022-02-16 11:25:04 +00:00
validations:
required: true
- type: textarea
attributes:
label: Minimal Dockerfile
2024-01-26 12:43:29 +00:00
description: |
Please provide the relevant parts of your Dockerfile to reproduce the issue.
Please don't post your whole Dockerfile: it'll take more time from the maintainers to check what's going wrong.
And it's time you won't pay for.
2022-02-16 11:25:04 +00:00
render: Dockerfile