Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.06 KB

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 1.06 KB

Contributing

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.

How to Contribute

  1. Please open an issue before submitting a pull request.
  2. Fork the waynestate/nova-ckeditor4-field.
  3. Make your changes on the fork.
  4. Submit a PR to the waynestate/nova-ckeditor4-field main branch.

Coding conventions

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 tools/php-cs-fixer/vendor/bin/php-cs-fixer fix, which uses PHP Coding Standards Fixer.
    • It will use the .php-cs-fixer.php file within the project to tailor to our code styling.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.