☂ Umbrella repository for Mozilla Addons
Перейти к файлу
Kevin Meinhardt a9dcc71158
Remove read the docs configs and links (#15167)
2024-11-15 11:00:15 +01:00
.github Add reusable github actions (#15156) 2024-11-11 20:57:35 +01:00
docs Remove read the docs configs and links (#15167) 2024-11-15 11:00:15 +01:00
releases Update 22.md 2024-08-21 10:03:43 -07:00
requirements Update-docs (#15064) 2024-10-31 16:00:48 +01:00
scripts
.gitignore Update-docs (#15064) 2024-10-31 16:00:48 +01:00
LICENSE
README.md Remove read the docs configs and links (#15167) 2024-11-15 11:00:15 +01:00
default-github-labels.json

README.md

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.

Security Bug Reports

The associated production website at addons.mozilla.org is included in Mozillas web and services bug bounty program. If you find a security vulnerability, please submit it via the process outlined in the program and FAQ pages. Further technical details about this application are available from the Bug Bounty Onramp page.

Please submit all security-related bugs through Bugzilla using the web security bug form.

Never submit security-related bugs through a Github Issue or by email.

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.