If you want to contribute code to KRSH, Fork KRSH first, then clone your repository.
git clone https://github.com/{USERNAME}/krshAfter that, install pre-commit through the command below
pip install pre-commit
pre-commit installAnd make a branch with the appropriate name, commission it.
git checkout -b "new feature"
git add .
git commitAnd make a PR and get a review.