Changes and improvements are more than welcome! ❤️ Feel free to fork and open a pull request.
Please consider the following :
- Fork it!
- Create your feature branch (under
develop
branch) - Add your new features or fix detected bugs
- Add standard
docstring
to your functions/methods - Add tests for your functions/methods (
doctest
,Test
folder) - Pass all CI tests
- Update
README.md
(if needed) - Update
CHANGELOG.md
- Describe changes under
[Unreleased]
section
- Describe changes under
- Update
AUTHORS.md
- Add your name under
# Other Contributors #
section
- Add your name under
- Submit a pull request into
develop
(please complete the pull request template)