From e6b842cc238f340996bc6c585502ea6096cd13f9 Mon Sep 17 00:00:00 2001 From: chirag0002 Date: Fri, 7 Apr 2023 02:28:54 +0530 Subject: [PATCH 1/3] docs:add issue_template --- .github/ISSUE_TEMPLATE/bug_report.md | 30 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 32 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 26 ++++++++++++++++++ .github/ISSUE_TEMPLATE/questions.md | 10 +++++++ 4 files changed, 98 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/questions.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..9ed9ab0c0a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +name: Bug report +about: Tell us about a problem you are experiencing + +--- + +/kind bug + + + + + +**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.] \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..965b5e581e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..9743ecb29b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,26 @@ +--- +name: Feature enhancement request +about: Suggest an idea for this project + +--- + +/kind feature + + + + + +**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.] \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/questions.md b/.github/ISSUE_TEMPLATE/questions.md new file mode 100644 index 0000000000..5b1c95aaf8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/questions.md @@ -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.] \ No newline at end of file From fbefa686abbdbcc999f5b621a513face4b2ba6a3 Mon Sep 17 00:00:00 2001 From: chirag0002 Date: Fri, 7 Apr 2023 02:34:35 +0530 Subject: [PATCH 2/3] docs:add issue_template --- .github/ISSUE_TEMPLATE/bug_report.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9ed9ab0c0a..0a8f7f88bd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -13,7 +13,6 @@ about: Tell us about a problem you are experiencing **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.] From 730f445cc3e781307e7e9a94e5e2ba162ebb070d Mon Sep 17 00:00:00 2001 From: chirag0002 Date: Tue, 11 Apr 2023 23:13:05 +0530 Subject: [PATCH 3/3] docs:add issue_template --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- .github/ISSUE_TEMPLATE/questions.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0a8f7f88bd..1a9292b6f9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,11 +4,11 @@ about: Tell us about a problem you are experiencing --- -/kind bug +kind/bug - + **What steps did you take and what happened:** [A clear and concise description of what the bug is.] diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 9743ecb29b..b0a1248dcc 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,11 +4,11 @@ about: Suggest an idea for this project --- -/kind feature +kind/feature - + **Why you need this feature:** [Is your feature request related to a problem? Please describe in details] diff --git a/.github/ISSUE_TEMPLATE/questions.md b/.github/ISSUE_TEMPLATE/questions.md index 5b1c95aaf8..bcd5b9b9f1 100644 --- a/.github/ISSUE_TEMPLATE/questions.md +++ b/.github/ISSUE_TEMPLATE/questions.md @@ -4,7 +4,7 @@ about: Ask whatever you want to know or confusion about this project --- -/kind question +kind/question **Question:** [You can ask any question about this project.] \ No newline at end of file