From 74e576c5a7808eb0b368516abd0d38866917d7db Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Mon, 12 Aug 2019 22:15:18 +0200 Subject: [PATCH] Minor change in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1817c8..87a1e50 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Some extension has special requirements: - If you want to change the list of supported PHP versions for an already supported extension: 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 -- If you change some code that affects one or more extensions, please add a line with `Test: extension1, extension2` to your (last) commit message. +- 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. Here's an example of a commit message: ``` Improve the GD and ZIP extensions