Skip to content

Instantly share code, notes, and snippets.

@ddeveloperr
Last active October 22, 2015 16:56
Show Gist options
  • Select an option

  • Save ddeveloperr/d0b32fb93ec30fc891a4 to your computer and use it in GitHub Desktop.

Select an option

Save ddeveloperr/d0b32fb93ec30fc891a4 to your computer and use it in GitHub Desktop.
How to Contributing on github!

========================= How to Contributing on github!

We welcome contributed improvements and bug fixes via the usual workflow:

  • Fork this repository
  • 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)
  • Create a new pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment