Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 840 Bytes

File metadata and controls

17 lines (9 loc) · 840 Bytes

Welcome!

Contributions are very welcome on Karapace. Please follow the guidelines:

  • It's recommended to open an issue to discuss a feature before putting in a lot of effort.

  • We use GitHub Flow, check that your main branch is up to date, and create a new branch for changes.

  • Commit messages should describe the changes, not the filenames. Win our admiration by following the excellent advice from Chris Beams when composing commit messages.

  • Choose a meaningful title for your pull request.

  • The pull request description should focus on what changed and why.

  • Check that the tests pass (and add test coverage for your changes if appropriate).

  • Stay in touch with us if we have follow up questions or requests for further changes.