- Fork hozuki/Bulletproof.
- Clone the forked repository (which is in your account) to your computer and install dependencies.
$ git clone https://github.com/<username>/Bulletproof.git <preferred cloning destination>
$ cd <preferred cloning destination>
$ npm install
$ git submodule update --init --recursive
$ cd <preferred cloning destination>/lib/glantern
$ npm install
- Create a branch for modifications.
$ git checkout -b modification_description
- Do coding work in the
modification_description
branch.
- Push the
modification_description
branch to your account.
$ git push origin modification_description
- Create a pull request from your account and describe the changes.