Thank you for looking into supporting reusable. Any constructive input is greatly appreciated!
Even if you don't have code contributions, but just an idea, or a question about reusable, please feel free to open an issue!
-
Please include sample code and traceback (or unexpected behavior) of the error you are experiencing.
-
Also include Python version and Operating System.
-
Follow PEP8
-
Select to merge into
development
branch, NOTmaster
-
New features should have
- Reasoning for addition in pull request
- Docstring with code block example and parameters
- Tests with as much coverage as reasonable
-
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
-
Update CHANGES.rst to include new feature or fix
-
Add yourself to AUTHORS.rst!