Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.01 KB

CONTRIBUTING.md

File metadata and controls

20 lines (16 loc) · 1.01 KB

Contributing to WILL

Bugs

  • Is the bug already known?
  • If not, open a new issue. More information about the environment and circumstances, the better.

Questions

Contributions

  • Contributions are welcome and appreciated
  • WILL is License
  • Formatting is Code style: black
  • Code should pass flake8 tests
  • Should have Docstrings
  • Should have unit tests (will uses pytest)
  • When ready, open a new Pull Request

Behavior