diff --git a/layouts/partials/page-meta-links.html b/layouts/partials/page-meta-links.html index e90a3e243..8586d5a61 100644 --- a/layouts/partials/page-meta-links.html +++ b/layouts/partials/page-meta-links.html @@ -31,7 +31,7 @@ {{ end -}} {{ $editURL := printf "%s/edit/%s" $gh_repo $gh_repo_path -}} - {{ $issuesURL := printf "%s/issues/new?title=%s" $gh_repo (safeURL $.Title ) -}} + {{ $issuesURL := printf "%s/issues/new?assignees=&labels=area%2Fdocs%2C+framework%2Fhugo%2C+language%2Fmarkdown&projects=&template=documentation.md&title=[Docs]" $gh_repo -}} {{ $newPageStub := resources.Get "stubs/new-page-template.md" -}} {{ $newPageQS := querify "value" $newPageStub.Content "filename" "change-me.md" | safeURL -}}