When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of the repository.
- Please open an issue before submitting a pull request.
- Fork the waynestate/nova-ckeditor4-field.
- Make your changes on the fork.
- Submit a PR to the waynestate/nova-ckeditor4-field master branch.
Start reading our code and you'll get the hang of it. We optimize for readability:
- We require EditorConfig to be used with your IDE to take advantage of the project's
.editorconfig
settings. - PSR-2 Coding Standard - The easiest way to apply the conventions is to run
make phplint
, which uses PHP Coding Standards Fixer.- It will use the
.php_cs
file within the project to tailor to our code styling.
- It will use the
If you discover any security related issues, please email [email protected] instead of using the issue tracker.