Identity/Hacking

From MozillaWiki
Jump to: navigation, 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.