Skip to content

Files

Latest commit

 

History

History
16 lines (10 loc) · 489 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (10 loc) · 489 Bytes

Contributing Guidelines

  1. Open the issue first.
  2. Fork the repository.
  3. Create and switch to the new branch. New branch name convention must be like this yourUsername/newFeature, for instance, monty/pr-parrotfix.
  4. Commit the changes in your forked repository.
  5. 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)