Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 463 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (6 loc) · 463 Bytes

Contributing to Waldo

Bug fixes, feature additions, tests, documentation and more can be contributed via issues and/or pull requests. All contributions are welcome.

Guidelines

  • Separate code commits from reformatting commits.
  • Provide tests for any newly added code.
  • Follow PEP8. We recommend using Flake8.