Identity/Hacking

From MozillaWiki
< Identity
Revision as of 03:11, 22 October 2012 by Fmarier (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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:

Once you've got something to contribute:

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