Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 443 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (18 loc) · 443 Bytes

Contribution Guide

Setup

If you want to contribute code to KRSH, Fork KRSH first, then clone your repository.

git clone https://github.com/{USERNAME}/krsh

After that, install pre-commit through the command below

pip install pre-commit
pre-commit install

And make a branch with the appropriate name, commission it.

git checkout -b "new feature"
git add .
git commit

And make a PR and get a review.