Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 989 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (15 loc) · 989 Bytes

Contributing to KBase

Important resources:

Submitting changes

After opening a Github pull request on the repo you'd like to update, be sure to:

  • Update documentation, including the README.md file, any additional documentation under /docs, and any separate documentation sites that cover the functionality.
  • Check that you added test coverage for any changes you made.
  • Check if your changes break an API. If so, increment the version and ensure that any current dependents will not break.

Always write a clear log messages for your commits.

🎉 💯 Thank you for your contributions!