Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 726 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (10 loc) · 726 Bytes

Contributing

Contributions are welcome and will be fully credited.

We accept contributions via Pull Requests on Github.

Pull Requests

  • PSR-2 Coding Standard.

  • Add tests! - to ensure a high quality code base, your code patch can't be accepted if it doesn't have tests.

  • Create feature branches - Master is the stable branch, create a new branch for each feature.

  • One pull request per feature - If you want to do more than one thing, send multiple pull requests.

  • Be respectful - Be excellent to other contributors.

Happy coding!