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.