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.
Before you report any issue, please make sure that you actually deal with an issue of this library and not with an issue of your api description parser, e.g. drafter itself
Prior to contributing, you must be able to run the test suite. To achieve this, you need to acquire the source code and install all dependencies:
- Run
git clone https://github.com/hendrikmaus/reynaldo.git
- Get composer
cd reynaldo && composer install
Composer will take care of installing all required dependencies. Watch the command output to spot errors.
You can either use composer test
or vendor/bin/phpunit
.
Fork the project, create a feature branch, and send us a pull request. If you would like to help, take a look at the list of open issues.