Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 733 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 733 Bytes

Contributing

Every contributions are welcome.

If you want to contribute but are unsure where to start try:

Coding Style

  • All text files use Unix line endings. The git settings already present in the repository attempts to enforce this.
  • When making changes, follow the brace and parenthesis style of the surrounding code.
  • Follow the convention laid out in PSR-1 and PSR-2.
  • Please include tests when adding new features or fixing bugs.

👍 Thanks for taking the time to read this!