Thank you for investing your time in contributing to the project!
Read repo's Code of Conduct to keep community respectable.
1. Fork the repo
2. Checkout from
develop
branch4. Commit your changes with Conventional Commits
6. Push the changes to your fork
7. Open PR to 'develop' branch
To get an overview of the project, read the README. Here are some resources to help you get started with open source contributions:
- Finding ways to contribute to open source on GitHub
- Set up Git
- GitHub flow
- Collaborating with pull requests
If you spot ant problems search if an issue already exists.
If an issue doesn't exist, you can open a new issue using a relevant issue form.
View the existing issues to find something interesting to you.
In general, new issues will be assigned on Sasha.
If you find an issue to work on, just post a comment on the issue's page and you are welcome to open a PR with a fix.
- Fork the repository so that you can make your changes without affecting the original project until you're ready to merge them.
- Create a working branch out of 'develop' and start with your changes
- Install dependencies
pip install poetry && poetry install
- Setup pre-commit hooks
pre-commit install --hook-type pre-commit --hook-type pre-push
- Run tests before pushing
poetry run tox
Commit the changes once you are happy with them and push them to your fork.
Once your changes are ready, don't forget to self-review to speed up the review process:zap:.
When you're finished with the changes, create a pull request, also known as a PR.
- Fill the "Ready for review" template so that we can review your PR. This template helps reviewers understand your changes as well as the purpose of your pull request.
- Don't forget to link PR to issue if you are solving one.
- Enable the checkbox to allow maintainer edits so the branch can be updated for a merge. Once you submit your PR, someone of collaborators will come and see your PR.
- You may be asked for changes to be made before a PR can be merged, either using suggested changes or pull request comments.\
- You can apply suggested changes directly through the UI. You can make any other changes in your fork, then commit them to your branch.
- As you update your PR and apply changes, mark each conversation as resolved.
Congratulations πβ¨
Once your PR is merged, your contributions will be publicly visible on the mac-cleanup-py.