Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.13 KB

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 1.13 KB

Contributing

Before you submit a pull request:

  1. In general, you should develop off of 'master' unless you are making a hotfix ('stable' is the current production-ready state).
  2. Make sure your code conforms to the Style Guide.
  3. Reference any issues that you are fixing in the commit message (ideally with the magic auto-closing syntax).
  4. Make sure the tests pass. Please add tests for any new functionality.
  5. BONUS: make sure your changes are compatible with the current Firefox ESR, Beta, and Aurora releases as well as the current stable release!

You can use cfx -b to choose different Firefox binaries. So for instance

    cfx -b /path/to/firefox-aurora run

can be used to test your changes on Aurora if you have its binary available at /path/to/firefox-aurora.