Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.06 KB

CONTRIBUTING.md

File metadata and controls

26 lines (19 loc) · 1.06 KB

Contributing

Thank you for considering contributing to the project. As you consider opening your first Issue or PR, please take a look at some of the suggestions below.

Note: Everyone is expected to abide by the Backube organization's code of conduct.

Enhancements

For significant new features and enhancements, please open an issue where it can be discussed and designed prior to submitting a PR. This helps everyone understand the rationale and path forward before significant time is spent writing code.

Pull requests

When submitting a PR, please keep the following in mind:

  • A PR that includes code should also include associated tests. This ensures the code works as designed and keeps working in the future.
  • Enhancements or other changes that alter user visible behavior should include documentation changes.
  • Please try to organize the commits into logical sets of changes. This makes it easier to review. Also, PRs will be merged via merge commits, so those individual commits will become a part of teh repository's history.