We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7eecd12 + a69828b commit b67f0beCopy full SHA for b67f0be
1 file changed
themes/arm-design-system-hugo-theme/layouts/partials/general-formatting/github-links.html
@@ -21,7 +21,7 @@
21
22
{{ $viewURL := printf "%s/tree/%s" $gh_repo $gh_repo_path -}}
23
{{ $editURL := printf "%s/edit/%s" $gh_repo $gh_repo_path -}}
24
- {{ $issuesURL := printf "%s/issues/new?title=%s" $gh_repo (safeURL $.Title ) -}}
+ {{ $issuesURL := printf "%s/issues/new?template=issue-report.md&title=%s" $gh_repo (safeURL $.Title ) -}}
25
26
<!-- Display github elements -->
27
<div class="github-div">
0 commit comments