Contributing
September 2, 2022 ยท View on GitHub
php-soap is an open source, community-driven project. If you'd like to contribute, feel free to do this, but remember to follow this few simple rules:
Branching strategy
- Always base your changes on the
mainbranch (all new development happens here), - When you create Pull Request, always select
mainbranch as target, otherwise it will be closed (this is selected by default).
Coverage
- All written code should be covered by automated tests.
- All written code should be statically analysed.
Code style / Formatting
- All written code should be according to the included coding standards.