diff --git a/layouts/partials/article/feedback.html b/layouts/partials/article/feedback.html index e9f7a095b..50c2ed372 100644 --- a/layouts/partials/article/feedback.html +++ b/layouts/partials/article/feedback.html @@ -21,6 +21,14 @@ {{ $pageGithubLink := .Scratch.Get "pageGithubLink" }} {{ $productGithubLink := .Scratch.Get "productGithubLink" }} +{{ $docsIssueLinkBody := print `_Describe the issue here._ + +%23%23%23%23%23 Relevant URLs +- ` (.RelPermalink | absURL) ` +- _Provide other relevant URLs (project issues, community threads, etc.)_ +` }} +{{ $pageGithubIssueLink := print "https://github.com/influxdata/docs-v2/issues/new?body=" $docsIssueLinkBody }} +