We welcome any contributions whether it's,
- Submitting feedback
- Fixing bugs
- Or implementing a new feature.
Please read this guide before making any contributions.
The feedback should be submitted by creating an issue at GitHub issues. Select the related template (bug report, feature request, or custom) and add the corresponding labels.
You may look through the GitHub issues for bugs.
You may look through the GitHub issues for feature requests.
- Fork the repository and a create a new branch from the
dev
branch. - For bug fixes, add new tests and for new features please add changes to the documentation.
- Do a PR from your new branch to our
dev
branch of the original Image ATM repo.
- Code flow should always go into one direction
dev
-> master - Every PR needs to reference an issue
- Issues need to be referenced to the Image ATM project when creating it
- Issues should be referenced to the commits
- Feature branches should be cloned from latest
dev
version - Assign independent review for merging PR feature branches ->
dev
- Feature branches should be deleted after the merge
- Every contributor should be able to move
dev
tomaster
and deploy it to PyPI dev
->master
is based on new version bump or decided adhoc on our regular meeting
- Make sure any new function or class you introduce has proper docstrings. We use the Google Python Styling Guide for our docstrings.
- We use pytest for our testing. Make sure to write tests for any new feature and/or bug fixes.
We maintain a list of main contributors to appreciate all the contributions.