{% extends "layout.html" %} {% block title %}Add a Fedora Review Project{% endblock %} {% block header %}Add a Fedora Review Project{% endblock %} {% from "_helpers.html" import render_field %} {% block breadcrumbs %}
{% endblock %} {% block body %}This project will run Fedora Review after each build. This is good start if you want to later add your package to Fedora Linux or just improve the quality of your package.
Additionally, this project will be automatically deleted after {{ config['DELETE_AFTER_DAYS'] }} days.
You agree to build only allowed content in Copr. Check if your license is allowed.
{% endblock %}