Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 583 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (9 loc) · 583 Bytes

Thank you for contributing!

Please follow these steps to get your work merged in.

  1. Read the design guidelines in the docs/ folder.
  2. Clone the repo and make a new branch: $ git checkout https://github.com/alichtman/shallow-backup -b [name_of_new_branch].
  3. Add a feature, fix a bug, or refactor some code :)
  4. Write/update tests for the changes you made, if necessary.
  5. Run unit tests and make sure all tests pass: python3 -m pytest.
  6. Update README.md and CONTRIBUTORS.md, if necessary.
  7. Open a Pull Request with a comprehensive description of changes.