Skip to content
This repository was archived by the owner on May 28, 2020. It is now read-only.

Contribute

eyoosuf edited this page Jun 1, 2012 · 3 revisions

So you’ve got an awesome idea to throw into DX-Auth. Great! Please keep the following in mind:

Here’s the most direct way to get your work merged into the project:

Fork the project

  • Clone down your fork (git clone git://github.com/<username>/DX-Auth.git)
  • Create a topic branch to contain your change ( git checkout -b my_awesome_feature )
  • Hack away, add tests. Not necessarily in that order.
  • Make sure everything still working
  • Push the branch up ( git push origin my_awesome_feature )
  • Create an issue with a description and link to your branch

Clone this wiki locally