Skip to content

Commit b67f0be

Browse files
authored
Merge pull request #3138 from pareenaverma/content_review
Updated the themes to use the Report an Issue template instead of bla…
2 parents 7eecd12 + a69828b commit b67f0be

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)