Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 483 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 483 Bytes

Contributing

  • Fork this project.
  • Clone your forked project (git clone https://github.com/<your username>/ghosint).
  • Create your feature branch (git checkout -b my-new-feature).
  • Commit your changes (git commit -am 'Add some feature').
  • Push to the branch (git push origin my-new-feature).
  • Go to your forked repository on GitHub and create a new Pull Request.

Note

Always test the results before committing!