pub const GITLAB_DEFAULT_TEMPLATE: &str = "%{id}-%{title}";Expand description
GitLab’s documented default when a project sets no template.
Kept for the report and the prose. The rendering follows the code path GitLab takes when the template is absent, which joins the present values rather than substituting this string.