CodeWire / addons

☂ Umbrella repository for Mozilla Addons ✨

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mozilla Add-ons

This is the general root project for add-ons at Mozilla.

Filing bugs

If you're looking to file a bug relating to the addons.mozilla.org (AMO) website then please file an issue on this project.

Documentation

This project contains general documentation relating to the Add-ons project. You can view the docs here.

If you would like to contribute to the docs, here's how to set up a development environment:

Using Python and optionally virtualenv, install the dependencies:

pip install -r requirements/docs.txt

Make some changes then build the docs:

make -C docs/ html

Open docs/_build/html/index.html to preview your changes before creating a pull request.

About

☂ Umbrella repository for Mozilla Addons ✨

License:Other