Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 445 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 445 Bytes

Contributing guidelines

We try to make contributing to EventSauce as enjoyable as possible. We have but a few code-style related requirements.

  • Tests live along-side tested code.
  • Test methods are formatted in snake_case.
  • Code is formatted according the .php_cs definition.

What to think of when contributing

  • Issues first for breaking changes and other big changes.
  • Explain why a change is needed and how it solves the problem.