Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.59 KB

CONTRIBUTING.md

File metadata and controls

39 lines (23 loc) · 1.59 KB

CONTRIBUTING

Contributions are welcome and we look forward to seeing what you can bring to the project.

We do reserve the right to reject changes that we feel will not benefit users or take the project in a direction we do not wish to take. We recommend discussing any large changes with us prior to making your changes, you can do this via an issue or email if you prefer.

Issues

Issues should include a title and clear description with as much relevant information as possible.

If you think you have identified a security vulnerability, please contact our team via security@ukfast.co.uk who will get back to you as soon as possible.

Submitting Changes

Before submitting your pull request, please make sure that the coding standards are respected and that all tests are passing.

Pull requests should provide an overview of the changes made so it is clear what you are trying to achieve, this will help us when reviewing your changes.

Commit messages should be clear, we dont mind one-line messages for small changes but larger changes should follow The Seven Rules set by Chris Beams.

We dont mind squashing small changes to tidy things up but please dont squash an entire branch as this can hinder code reviews.

Coding Standards

This library uses the PSR2 Coding Standard.

Testing

Please ensure all new functionality is matched with appropriate tests, we will advise if we feel more is needed.