Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 517 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (10 loc) · 517 Bytes

Contributing

  1. Fork the project.
  2. Clone your fork.
  3. Create a topic branch.
  4. Add/change code.
  5. Install shellcheck. Run shellcheck FILENAME to test your code. Fix any errors.
  6. Commit your changes.
  7. Push your topic branch up to your fork.
  8. Submit a pull request from the topic branch onto the parent repo's master branch.