1.4 KiB
Contribution Guidelines
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.
Reporting bugs / Feature requests
If you think you have found a bug, please open an issue and provide as much information as possible.
Contributing
If you would like to contribute code to this project you can do so through GitHub by forking the repository and sending a pull request.
Coding standards
This project follows the WordPress Coding Standards. Pull requests should follow these standards as well, and are run against PHPCS to ensure this.
Unit tests
This project wants to use PHPUnit for unit testing - but no tests are written so far. If you would like to contribute tests, please do so.
Commit messages
This project follows the AngularJS commit message conventions for commit messages. This gives us more readable history, and easy follow of changes across versions. It also enables automatic versioning and changelog generation.
Documentation
This project uses Docsify for documentation. If you would like to contribute to the documentation, please do so.