Identity/Hacking: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "If you want to hack on the Persona code, you can [https://github.com/mozilla/browserid/blob/dev/README.md#getting-started set your dev environment up] and clone our Github reposi...")
 
(community milestone is gone)
 
Line 5: Line 5:
To find your way around the code base, read up on our [https://github.com/mozilla/browserid/blob/dev/docs/ORGANIZATION.md code organization].
To find your way around the code base, read up on our [https://github.com/mozilla/browserid/blob/dev/docs/ORGANIZATION.md code organization].


Our [https://github.com/mozilla/browserid/issues bug tracker] is also on Github and includes:
Our [https://github.com/mozilla/browserid/issues bug tracker] is also on Github and includes a list of [https://github.com/mozilla/browserid/issues?labels=good+first+bug&page=1&state=open good first bugs].
 
* a list of [https://github.com/mozilla/browserid/issues?labels=good+first+bug&page=1&state=open good first bugs]
* a [https://github.com/mozilla/browserid/issues?labels=&milestone=20&page=1&state=open community milestone]


Once you've got something to contribute:
Once you've got something to contribute:

Latest revision as of 03:13, 22 October 2012

If you want to hack on the Persona code, you can set your dev environment up and clone our Github repository:

git clone git://github.com/mozilla/browserid.git

To find your way around the code base, read up on our code organization.

Our bug tracker is also on Github and includes a list of good first bugs.

Once you've got something to contribute:

  1. run the tests
  2. submit a pull request.