Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.37 KB

CONTRIBUTING.md

File metadata and controls

34 lines (27 loc) · 1.37 KB

Contributing

  • Love your input! Contributing to this project should be as easy and transparent as possible, whether it's:
    • Reporting a bug
    • Discussing the current state of the code
    • Submitting a fix
    • Proposing new features
    • Becoming a maintainer

Pull request process

  • GitHub flow with GitOps is used
  • Your pull requests are actively welcomed.
  • The steps:
    1. Fork the repo and create your branch from master.
    2. If you've added code that should be tested, add tests.
    3. If you've changed APIs, update the documentation.
    4. Ensure the test suite passes.
    5. Make sure your code lints.
    6. Issue that pull request!
  • 🙏 DO
    • Document your changes in the pull request
  • ❗ DON'T

License

By contributing, you agree that your contributions will be licensed under its GNU General Public License v3.0.

Read more