From f0050f8725da7dc166e9cdde5f5068b675a3f6c5 Mon Sep 17 00:00:00 2001 From: Jakub Zelenka <bukka@php.net> Date: Sat, 19 Apr 2025 16:06:55 +0200 Subject: [PATCH] Document contributor certification in CONTRIBUTING.md [skip ci] --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e5b2e91d63d1b..a91545fa9bd79 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,6 +32,12 @@ had several contributions accepted, commit privileges are often quickly granted. PHP welcomes pull requests to [add tests](#writing-tests), fix bugs and to implement RFCs. Please be sure to include tests as appropriate! +By submitting a pull request, you certify that you have the necessary rights +to submit the work, that the work does not violate any third-party rights +(including those of your employer, if applicable), and that you license your +contribution under the PHP License or under another license if explicitly +accepted by the PHP project maintainers. + If you are fixing a bug, then please submit your PR against the lowest actively supported branch of PHP that the bug affects (only green branches on [the supported version page](https://www.php.net/supported-versions.php) are