The display name shown in repo lists and pages.
Optional short description shown alongside the repository.
{% set repo_form_linkify_current_team_slug = team.slug if is_team_repo else "" %} {% with textarea_id="repo-about", textarea_name="about", textarea_rows=8, textarea_value=form.about, textarea_classes="form-control", linkify_is_private=form.visibility == "private", linkify_current_team_slug=repo_form_linkify_current_team_slug %} {% include "partials/markdown_preview_tabs.html" %} {% endwith %}
Optional longer repository overview rendered as markdown on repo pages.
Used in the repository URL and clone path.
{% if slug_feedback_id %}
{% endif %}
The branch name used for new pull requests and default checkouts.