Thank you for looking into supporting Reusables. Any constructive input is greatly appreciated!
Even if you don't have code contributions, but just an idea, or a question about Reusables, please feel free to open an issue!
- Please include sample code and traceback (or unexpected behavior) of the error you are experiencing.
- Python version and Operating System.
- Follow PEP8
- New features should have
- Reasoning for addition in pull request
- Docstring with code block example and parameters
- Tests with as much coverage as reasonable
- Tests should go through both sad and happy paths
- Bug fixes should include
- Explain under which circumstances the bug occurs in the pull request
- Tests for new happy and sad paths
- Test proving error without new code