Skip to content

Commit a69828b

Browse files
committed
Updated the themes to use the Report an Issue template instead of blank issues template
1 parent 7eecd12 commit a69828b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • themes/arm-design-system-hugo-theme/layouts/partials/general-formatting

themes/arm-design-system-hugo-theme/layouts/partials/general-formatting/github-links.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
{{ $viewURL := printf "%s/tree/%s" $gh_repo $gh_repo_path -}}
2323
{{ $editURL := printf "%s/edit/%s" $gh_repo $gh_repo_path -}}
24-
{{ $issuesURL := printf "%s/issues/new?title=%s" $gh_repo (safeURL $.Title ) -}}
24+
{{ $issuesURL := printf "%s/issues/new?template=issue-report.md&title=%s" $gh_repo (safeURL $.Title ) -}}
2525

2626
<!-- Display github elements -->
2727
<div class="github-div">

0 commit comments

Comments
 (0)