{% extends "scls/softwarecollection_sub_base.html" %} {% block scl_menu_review %} active btn-primary {% endblock %} {% block submenu %}{% include "scls/submenu.html" %}{% endblock %} {% block title %}Request a Review{% endblock %} {% block content %}

Request a Review

{% for error in form.non_field_errors %}
{{ error }}
{% endfor %}
{% csrf_token %} {{ form }}

Request a review of your collection. Please ensure that the collection meets the requirements below.

Catalogue Requirements:

Packaging Requirements:

All packages need to meet the requirements specified in the Packaging Software Collections section of the Packaging Guide. You can use the rpmlint tool with SCLCheck module to help you check your packages. An example command would be:

 $ rpmlint -c SCLCheck python27-python-2.7.5-12.el7.centos.src.rpm 

Legal Requirements:

Your project must comply with the Licensing Guide.

{% endblock %}