Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 597 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (8 loc) · 597 Bytes

Contributing

Please following the Bash Coding Style repository for Bash coding conventions and good practices.

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

  1. Fork this
  2. Create your feature branch (git checkout -b feature/bar)
  3. Commit your changes (git commit -am 'feat: add some bar', make sure that your commits are semantic)
  4. Push to the branch (git push origin feature/bar)
  5. Create a new Pull Request