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
+25
View File
@@ -0,0 +1,25 @@
---
name: Bug Report
about: Report a bug encountered with Kubernetes Website
labels: kind/bug
---
**This is a Bug Report**
<!-- Thanks for filing an issue! Before submitting, please fill in the following information. -->
<!-- See https://kubernetes.io/docs/contribute/start/ for guidance on writing an actionable issue description. -->
<!--Required Information-->
**Problem:**
**Proposed Solution:**
**Page to Update:**
https://kubernetes.io/...
<!--Optional Information (remove the comment tags around information you would like to include)-->
<!--Kubernetes Version:-->
<!--Additional Information:-->
+18
View File
@@ -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**
<!-- Please only use this template for submitting feature/enhancement requests -->
<!-- See https://kubernetes.io/docs/contribute/start/ for guidance on writing an actionable issue description. -->
**What would you like to be added**
<!-- Describe as precisely as possible how this feature/enhancement should work from the user perspective. What should be changed, etc. -->
**Why is this needed**
**Comments**
<!-- Any additional related comments that might help. Drawings/mockups would be extremely helpful (if required). -->
+18
View File
@@ -0,0 +1,18 @@
---
name: Support Request
about: Support request or question relating to Kubernetes Dashboard project
labels: triage/support
---
**This is Support**
<!--
STOP -- PLEASE READ!
GitHub is not the right place for support requests.
If you're looking for help, check [Stack Overflow](https://stackoverflow.com/questions/tagged/kubernetes)
You can also post your question on the [Kubernetes Slack](http://slack.k8s.io/) or the [Discuss Kubernetes](https://discuss.kubernetes.io/) forum.
If the matter is security related, please disclose it privately via https://kubernetes.io/security/.
-->