- Fork the project.
- Clone your fork.
- Create a topic branch.
- Add/change code.
- Install shellcheck. Run
shellcheck FILENAME
to test your code. Fix any errors. - Commit your changes.
- Please adhere to these git commit message guidelines.
- Push your topic branch up to your fork.
- Submit a pull request from the topic branch onto the parent repo's
master
branch.