{% extends "base.html" %} {% block content %}
{% include "partials/repo_heading.html" %} {% set repo_tab = "pulls" %} {% include "partials/repo_tabs.html" %}
Create repo pull
Back to pulls
{% if form_error %} {% endif %} {% if current_user %} {% if pull_create_allowed %}
Use <username>/<repo> or teams/<team>/<repo>.
{% if show_visibility_choice %}
{% elif force_private %}
This pull will be private.
{% endif %}
{% with textarea_id="pull-body", textarea_name="body", textarea_rows=4, textarea_value=form.body, textarea_classes="form-control", textarea_autofocus=false %} {% include "partials/markdown_preview_tabs.html" %} {% endwith %}
{% else %}

Create pull is unavailable for this repo.

{% endif %} {% else %}

Sign in to create a repo pull.

{% endif %}
{% endblock %}