Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 531 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 531 Bytes

Contributing

  • Fork it ( https://github.com/ibnumardini/logn/fork ) to your github
  • Clone it ( git clone https://github.com/{your_username}/logn.git ) to your local
  • Create your feature branch ( git checkout -b my-new-feature )
  • Add changes ( git add changed-path )
  • Commit your changes ( git commit -m 'Adding new feature' )
  • Push to the branch ( git push origin my-new-feature )
  • Create a new Pull Request

Important!

Test your code, and make sure it's running as well, before you're create Pull Request