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/base-site.
- Make your changes on the fork.
- Add any necessary tests for your change under the
tests
folder - Submit a PR to the waynestate/base-site develop 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 Laravel Pint.- It will use the
pint.json
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.