Add links to sample pull requests in README.md
parent
b800b364d2
commit
9d30d8806f
|
@ -150,11 +150,15 @@ Some extension has special requirements:
|
||||||
3. if the extension requires ZTS images:
|
3. if the extension requires ZTS images:
|
||||||
add a new line to the `data/special-requirements` file, with the extension handle followed by a space and `zts`
|
add a new line to the `data/special-requirements` file, with the extension handle followed by a space and `zts`
|
||||||
|
|
||||||
|
See [this pull request](https://github.com/mlocati/docker-php-extension-installer/pull/60) for an example.
|
||||||
|
|
||||||
### Changing the supported PHP versions for an already supported PHP extension?
|
### Changing the supported PHP versions for an already supported PHP extension?
|
||||||
|
|
||||||
1. change the `install-php-extensions` script
|
1. change the `install-php-extensions` script
|
||||||
2. update the `data/supported-extensions` file, adding the new PHP version to the existing line corresponding to the updated extension
|
2. update the `data/supported-extensions` file, adding the new PHP version to the existing line corresponding to the updated extension
|
||||||
|
|
||||||
|
See [this pull request](https://github.com/mlocati/docker-php-extension-installer/pull/62) for an example.
|
||||||
|
|
||||||
### Improving code for an already supported extension?
|
### Improving code for an already supported extension?
|
||||||
|
|
||||||
If you change some code that affects one or more extensions, please add a line with `Test: extension1, extension2` to the message of one of the pull request commits.
|
If you change some code that affects one or more extensions, please add a line with `Test: extension1, extension2` to the message of one of the pull request commits.
|
||||||
|
@ -177,6 +181,8 @@ Improve the GD and ZIP extensions
|
||||||
Test: gd, zip, -STOP-
|
Test: gd, zip, -STOP-
|
||||||
```
|
```
|
||||||
|
|
||||||
|
See [this pull request](https://github.com/mlocati/docker-php-extension-installer/pull/43) for an example.
|
||||||
|
|
||||||
|
|
||||||
## Do you want to really say thank you?
|
## Do you want to really say thank you?
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue