Identity/Hacking

From MozillaWiki
< Identity
Revision as of 03:13, 22 October 2012 by Fmarier (talk | contribs) (community milestone is gone)
(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 a list of good first bugs.

Once you've got something to contribute:

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