Fix#13372 - Issue template for bug, support, feature requests (#13373)

* Fix#13372 - Issue template for bug, support, feature requests

* Point to the bug template for every bug report from website
This commit is contained in:
Damini Satya
2019-04-02 20:32:38 +05:30
committed by Kubernetes Prow Robot
parent 5ec608971a
commit 532bb26b9d
4 changed files with 45 additions and 7 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
};
(function(d,c,j){if(!document.getElementById(j)){var pd=d.createElement(c),s;pd.id=j;pd.src=('https:'==document.location.protocol)?'https://polldaddy.com/js/rating/rating.js':'http://i0.poll.fm/js/rating/rating.js';s=document.getElementsByTagName(c)[0];s.parentNode.insertBefore(pd,s);}}(document,'script','pd-rating-js'));
</script>
<a href="" onclick="window.open('https://github.com/kubernetes/website/issues/new?title=Issue%20with%20' +
<a href="" onclick="window.open('https://github.com/kubernetes/website/issues/new?template=bug-report.md&title=Issue%20with%20' +
'k8s.io'+window.location.pathname)" class="button issue">{{ T "main_github_create_an_issue" }}</a>
{{ end }}
{{ end }}