Recommend this page to a friend! |
Classes of walid laggoune | QPHP | src/vendor/doctrine/collections/CONTRIBUTING.md | Download |
|
DownloadContribute to DoctrineThank you for contributing to Doctrine! Before we can merge your Pull-Request here are some guidelines that you need to follow. These guidelines exist not to annoy you, but to keep the code base clean, unified and future proof. We only accept PRs to "master"Our branching strategy is "everything to master first", even bugfixes and we then merge them into the stable branches. You should only open pull requests against the master branch. Otherwise we cannot accept the PR. There is one exception to the rule, when we merged a bug into some stable branches we do occasionally accept pull requests that merge the same bug fix into earlier branches. Coding StandardWe use the Doctrine Coding Standard. Unit-TestsPlease try to add a test for your pull-request.
You can run the unit-tests by calling In order to do that, you will need a fresh copy of doctrine/collections, and you will have to run a composer installation in the project:
Github ActionsWe automatically run your pull request through Github Actions against supported PHP versions. If you break the tests, we cannot merge your code, so please make sure that your code is working before opening up a Pull-Request. Getting mergedPlease allow us time to review your pull requests. We will give our best to review everything as fast as possible, but cannot always live up to our own expectations. Thank you very much again for your contribution! |