From 532bb26b9d4f3e25e20488456341d55515ad32ca Mon Sep 17 00:00:00 2001 From: Damini Satya Date: Tue, 2 Apr 2019 20:32:38 +0530 Subject: [PATCH] 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 --- .../bug-report.md} | 14 ++++++++------ .github/ISSUE_TEMPLATE/feature-request.md | 18 ++++++++++++++++++ .github/ISSUE_TEMPLATE/support.md | 18 ++++++++++++++++++ layouts/partials/git-info.html | 2 +- 4 files changed, 45 insertions(+), 7 deletions(-) rename .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE/bug-report.md} (79%) create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/support.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug-report.md similarity index 79% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/bug-report.md index 55625565c9..b0ac49b5b6 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,13 +1,15 @@ +--- +name: Bug Report +about: Report a bug encountered with Kubernetes Website +labels: kind/bug + +--- +**This is a Bug Report** + - -**This is a...** - -- [ ] Feature Request -- [ ] Bug Report - **Problem:** diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000000..69da9bc88f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,18 @@ +--- +name: Feature Request +about: Suggest a/an feature/enhancement to the Kubernetes Website project +labels: kind/feature + +--- +**This is a Feature Request** + + + + +**What would you like to be added** + + +**Why is this needed** + +**Comments** + diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md new file mode 100644 index 0000000000..1f7d20628f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support.md @@ -0,0 +1,18 @@ +--- +name: Support Request +about: Support request or question relating to Kubernetes Dashboard project +labels: triage/support + +--- +**This is Support** + diff --git a/layouts/partials/git-info.html b/layouts/partials/git-info.html index 40dcab847c..57baea2178 100644 --- a/layouts/partials/git-info.html +++ b/layouts/partials/git-info.html @@ -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')); - {{ T "main_github_create_an_issue" }} {{ end }} {{ end }}