{% load i18n %}

{% blocktrans %} Review Board supports closing review requests that are referenced in commit messages for any changes pushed to this repository. These references are in the form of: {% endblocktrans %}

Reviewed at {{example_url}}

{% trans "Or:" %}

Review Request #{{example_id}}

{% blocktrans %} To configure this, add a new WebHook to your Bitbucket repository and provide the following: {% endblocktrans %}

{% trans "Title:" %} {% blocktrans %} Review Board (or any other name you want to give this) {% endblocktrans %}
{% trans "URL:" %} {{webhook_endpoint_url}}
{% trans "Triggers:" %} {% trans "Repository push" %}

{% blocktrans %} Then click Save. You're done! {% endblocktrans %}