{% extends "devhub/addons/submit/base.html" %} {% set learn_more_url = remora_url('/developers/docs/policies/reviews#selection') %} {% block title %}{{ dev_page_title(_('Step 6'), addon) }}{% endblock %} {% block primary %}

{{ _('Step 6. Select a Review Process') }}

{% trans %} All add-ons hosted in our gallery must be reviewed by an editor before they appear in categories or search results. While waiting for review, your add-on can still be accessed through its direct URL. Please choose the review process below that best fits your add-on. {% endtrans %}

{{ csrf() }} {{ review_type_form.non_field_errors() }} {{ review_type_form.review_type }} {{ review_type_form.review_type.errors }}

{{ _('Full Review') }}

{% trans url=learn_more_url %} A complete review of your add-on's source and functionality. Learn more… {% endtrans %}

  • {{ _('Appropriate for polished add-ons') }}
  • {{ _('Review should take place within 10 days') }}
  • {{ _('Review of subsequent versions within 5 days') }}
  • {{ _('Warning-free installation and no feature limitations') }}

{{ _('Preliminary Review') }}

{% trans url=learn_more_url %} A faster review of your add-on's source for any major problems. Learn more… {% endtrans %}

  • {{ _('Appropriate for experimental add-ons') }}
  • {{ _('Review should take place within 3 days') }}
  • {{ _('Some feature limitations') }}
  • {{ _('Binary and obfuscated add-ons ineligible') }}
  • {{ _('Cannot request Full Review for 10 days') }}

{% endblock %}