{% extends "base.html" %} {% block title %} {{ _("Configure Git Update Detection") }} - {{ package.title }} {% endblock %} {% block content %} {{ _("Help") }}
{{ _("When you push a change to your Git repository, ContentDB can create a new release automatically or send you a reminder.") }}
{{ _("ContentDB will poll your Git repository every day, if your package is approved.") }} {{ _("You should consider using webhooks or the API for faster releases.") }} {{ _("Git Update Detection is clever enough to not create a release again if you've already created it manually or using webhooks/the API.") }}
{% from "macros/forms.html" import render_field, render_submit_field, render_radio_field %} {% endblock %}