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

docs: add Issue template #3494

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Bug report
about: Tell us about a problem you are experiencing

---

kind/bug

<!-- This is an improvement needed section where you can report any bugs or suggestions for improvements, etc. -->

<!-- Before submitting this issue, please fill in the following information. -->

**What steps did you take and what happened:**
[A clear and concise description of what the bug is.]

**What did you expect to happen:**
[A clear and concise description of what you expect.]

**Screenshots:**
[If applicable, add screenshots to help explain the issue.]

**How are you going to resolve this issue:**
[A clear and concise explanation of how you intend to deal with this problem.]

**Pages to update:**
https://www.kubeflow.org/docs/

**Anything else you would like to add:**
[Miscellaneous information that will assist in solving the issue.]
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
blank_issues_enabled: true
contact_links:
- name: Issues related to Kubeflow
url: https://github.com/kubeflow/kubeflow/issues/new/choose
about: Create issue in kubeflow/kubeflow repo
- name: Issues related to Kubeflow Pipelines
url: https://github.com/kubeflow/pipelines/issues/new/choose
about: Create issue in kubeflow/pipelines repo
- name: Issues related to Kubeflow Notebooks
url: https://github.com/kubeflow/kubeflow/issues/new
about: Create issue in kubeflow/kubeflow repo
- name: Issues related to Kubeflow Katib
url: https://github.com/kubeflow/katib/issues/new/choose
about: Create issue in kubeflow/katib repo
- name: Issues related to Kubeflow Kfserving
url: https://github.com/kubeflow/kfserving/issues/new/choose
about: Create issue in kubeflow/kfserving repo
- name: Issues related to Kubeflow Tf-operator
url: https://github.com/kubeflow/tf-operator/issues/new/choose
about: Create issue in kubeflow/tf-operator repo
- name: Issues related to Kubeflow Pytorch-operator
url: https://github.com/kubeflow/pytorch-operator/issues/new/choose
about: Create issue in kubeflow/pytorch-operator repo
- name: Issues related to Kubeflow Mpi-operator
url: https://github.com/kubeflow/mpi-operator/issues/new/choose
about: Create issue in kubeflow/mpi-operator repo
- name: Issues related to Kubeflow Xgboost-operator
url: https://github.com/kubeflow/xgboost-operator/issues/new/choose
about: Create issue in kubeflow/xgboost-operator repo
- name: Issues related to Kubeflow Mxnet-operator
url: https://github.com/kubeflow/mxnet-operator/issues/new/choose
about: Create issue in kubeflow/mxnet-operator repo
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Feature enhancement request
about: Suggest an idea for this project

---

kind/feature

<!-- This section is for requesting new features/enhancements. -->

<!-- Before submitting this issue, please fill in the following information. -->

**Why you need this feature:**
[Is your feature request related to a problem? Please describe in details]

**Screenshots:**
[If applicable, add screenshots to help explain the issue.]

**Describe the solution you'd like:**
[A clear and concise description of what you want to happen.]

**Pages to update:**
https://www.kubeflow.org/docs/

**Anything else you would like to add:**
[Miscellaneous information that will assist in solving the issue.]
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/questions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Questions about this project
about: Ask whatever you want to know or confusion about this project

---

kind/question

**Question:**
[You can ask any question about this project.]