Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Templates for Issue creation #3964

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
name: Bug Report
about: Report a bug encountered with Kubeflow Website
labels:
- kind/bug
title: "bug(<component>): <Bug Name>"
---
**This is a Bug Report**

<!-- Thanks for filing an issue! Before submitting, please fill in the following information. -->
<!-- See https://www.kubeflow.org/docs/about/contributing/ for guidance on writing an actionable issue description. -->

<!--Required Information-->
**Problem:**


**Proposed Solution:**


**Page to Update (provide the full path):**
https://kubeflow.org/...


<!--Component/Kubeflow Version:-->
**Component/Kubeflow Version:**


<!--Additional Information:-->
### Labels
<!-- Please include labels below by uncommenting them to help us better triage issues -->

<!-- /area central-dashboard -->
<!-- /area katib -->
<!-- /area kserve -->
<!-- /area model-registry -->
<!-- /area notebooks -->
<!-- /area pipelines -->
<!-- /area spark-operator -->
<!-- /area trainer -->
<!-- /area gsoc -->
<!-- /area website -->
<!-- /area community -->
---

<!-- Don't delete message below to encourage users to support your issue! -->
Impacted by this bug? Give it a 👍.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/CHORE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: 🧹 Chore
about: Create a Chore on Kubeflow Website
labels:
- kind/chore
title: "chore(<component>): <Chore Name>"
---

## Chore description

<!-- Describe the chore details and why it's needed. -->



<!--Component/Kubeflow Version:-->
**Component/Kubeflow Version:**

<!--Additional Information:-->
### Labels
<!-- Please include labels below by uncommenting them to help us better triage issues -->

<!-- /area central-dashboard -->
<!-- /area katib -->
<!-- /area kserve -->
<!-- /area model-registry -->
<!-- /area notebooks -->
<!-- /area pipelines -->
<!-- /area spark-operator -->
<!-- /area trainer -->
<!-- /area gsoc -->
<!-- /area website -->
<!-- /area community -->
---

<!-- Don't delete the message below to encourage users to support your issue! -->
Love this idea? Give it a 👍.
50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
name: Feature Request
about: Suggest a/an feature/enhancement to the Kubeflow Website project
labels:
- kind/feature
title: "feature(<component>): <Feature Name>"
---
**This is a Feature Request**
<!-- Have a proposal about a component's functionality or feedback on a feature? Submit an issue on any of the kubeflow components on their associated repository https://github.com/kubeflow."

<!-- Please only use this template for submitting feature/enhancement requests related to the website -->
<!-- See https://www.kubeflow.org/docs/about/contributing/ 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**


**Page to Update or indicate if it is a new page (provide the full path):**
https://kubeflow.org/...


<!--Component/Kubeflow Version:-->
**Component/Kubeflow Version:**

<!--Additional Information:-->
### Labels
<!-- Please include labels below by uncommenting them to help us better triage issues -->

<!-- /area central-dashboard -->
<!-- /area katib -->
<!-- /area kserve -->
<!-- /area model-registry -->
<!-- /area notebooks -->
<!-- /area pipelines -->
<!-- /area spark-operator -->
<!-- /area trainer -->
<!-- /area gsoc -->
<!-- /area website -->
<!-- /area community -->
---

**Comments**
<!-- Any additional related comments that might help. Drawings/mockups would be extremely helpful (if required). -->

<!-- Don't delete the message below to encourage users to support your issue! -->
Love this idea? Give it a 👍.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/SUPPORT_REPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Support Request
about: Support request or question relating to Kubeflow Website project
labels:
- kind/support
---
**This is Support**

<!--
STOP -- PLEASE READ!

GitHub is not the right place for support requests.

If you're looking for help, post your question on any of the [Kubeflow Slack channels](https://www.kubeflow.org/docs/about/community/#kubeflow-slack-channels).