- Open the issue first.
- Fork the repository.
- Create and switch to the new branch. New branch name convention must be like this yourUsername/newFeature, for instance,
monty/pr-parrotfix
. - Commit the changes in your forked repository.
- Open a pull request & mention the issue number in the pull request for reference.
Use of pre-commit
Instructions:
install pre-commit (pip install pre-commit) activate the pre-commits (pre-commit install)