canmove, Confirmed users
1,448
edits
(Created page with '= Useful Information for Add-on Authors = == The Review Process == You should read the [https://addons.mozilla.org/en-US/developers/docs/policies/ add-on policies documentation…') |
|||
| Line 4: | Line 4: | ||
You should read the [https://addons.mozilla.org/en-US/developers/docs/policies/ add-on policies documentation] first. This details most of the requirements and processes involved. | You should read the [https://addons.mozilla.org/en-US/developers/docs/policies/ add-on policies documentation] first. This details most of the requirements and processes involved. | ||
Here are some recommendations to make sure that your add-on will be reviewed quickly: | Here are some recommendations to make sure that your add-on will be reviewed quickly: | ||
* Verify that your add-on is in the review queue. | * Verify that your add-on is in the review queue. | ||
** For nominations, check the add-on Status page: https://addons.mozilla.org/en-US/developers/addon/status/YOUR_ADDON_ID/ | ** For nominations, check the add-on Status page: https://addons.mozilla.org/en-US/developers/addon/status/YOUR_ADDON_ID/ | ||
| Line 12: | Line 14: | ||
* If your add-on requires to have an account on a website, you should include a test username and password in the Approval Notes section of your submission. Also include details on how to test the add-on, because the reviewer may not know how to use the website. | * If your add-on requires to have an account on a website, you should include a test username and password in the Approval Notes section of your submission. Also include details on how to test the add-on, because the reviewer may not know how to use the website. | ||
* If your add-on contains compiled components, obfuscated or otherwise unreadable code, you need to send the clearly readable version of the code to jorge at mozilla.com. Make sure you specify that you've done this in the Approval Notes section when submitting the add-on. Even when you do this, the review will take longer than normal because it needs to be done by an admin editor. | * If your add-on contains compiled components, obfuscated or otherwise unreadable code, you need to send the clearly readable version of the code to jorge at mozilla.com. Make sure you specify that you've done this in the Approval Notes section when submitting the add-on. Even when you do this, the review will take longer than normal because it needs to be done by an admin editor. | ||
* If your add-on uses libraries or any other code not authored by you, make sure | * If your add-on uses libraries or any other code not authored by you, make sure you include: | ||
** The name of the package or original add-on. | |||
** Its version. | |||
** What license it is released with. | |||
** Where to locate the source code. | |||
== How to Contact AMO Editors == | |||
You can contact the editor team at amo-editor at mozilla.org. | |||