Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (15 loc) · 1.23 KB

CONTRIBUTING.md

File metadata and controls

27 lines (15 loc) · 1.23 KB

Contributing

Contributions are welcome and will be fully credited.

We accept contributions via Pull Requests on Github.

Pull Requests

  • Follow the Symfony Coding Standard

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

  • Document any change in behaviour - Make sure the CHANGELOG.md, README.md and any other relevant documentation inside the ./docs directory are kept up-to-date.

  • Consider our release cycle - Since we're using semantic versioning (SemVer v2.0.0). Changes to the API must be done with great consideration, and prevented if at all possible.

  • 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.

All contributions are subject to the Contributor Code of Conduct (also available at CODE_OF_CONDUCT.md).

Happy coding!