Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 623 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (5 loc) · 623 Bytes

How to contribute

Thanks for contributing to laravel-json-feed! Just follow these single guidelines:

  • You MUST follow the PSR-2 coding standard. Please see PSR-2 for more details.

  • You MUST use feature / topic branches to ease the merge of contributions.

  • You MUST use the provided commit message template, which follows the rules described by Chris Beams. It can be configured via composer configure-commit-template prior to committing.