Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.04 KB

CONTRIBUTING.md

File metadata and controls

12 lines (8 loc) · 1.04 KB

Contributing

First off, thank you for considering contributing to this project. It's people like you that make Ktorm such a great framework.

Pull requests are always welcome and can be a quick way to get your fix or improvement slated for the next release. Before creating your PR, please note that:

  • By contributing to Ktorm, you agree to uphold our Code of Conduct.
  • By contributing to Ktorm, you agree that your contributions will be licensed under Apache License 2.0.
  • Coding Conventions are very important. Refer to the Kotlin Style Guide for the recommended coding standards of Ktorm.
  • If you've added code that should be tested, add tests and ensure they all pass. If you've changed APIs, update the documentation.
  • If it's your first time contributing to Ktorm, please also update this file, add your GitHub ID to the developer's info, which will let more people know your contributions.