QA-Tools / PHPUnit Extension is an open source, community-driven project. If you'd like to contribute, feel free to do this, but remember to follow these few simple rules:
Feel free to ask any questions and share your experiences in the Chat Room and help to improve the documentation.
- A reproducible example is required for every bug report, otherwise it will most probably be closed without warning.
- If you are going to make a big, substantial change, let's discuss it first.
- Create your feature addition or a bug fix branch based on
master
branch in your repository's fork. - Make necessary changes, but don't mix code reformatting with code changes on topic.
- Check your code using "Coding Standard" (see below).
- Commit your code.
- Squash your commits by topic to preserve a clean and readable log.
- Create Pull Request.
This library uses Coding Standard to ensure consistent formatting across the code base. Make sure you haven't introduced any Coding Standard violations by running following command in the root folder of the library:
$> phpcs --standard="vendor/aik099/coding-standard/CodingStandard" src
or by making your IDE (instructions for PhpStorm) to check them automatically.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See CODE_OF_CONDUCT file.