forked from kubeflow/manifests
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'kubeflow:master' into helmcharts
- Loading branch information
Showing
503 changed files
with
101,303 additions
and
53,465 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Join the CNCF Slack and access our meetings. | ||
url: https://www.kubeflow.org/docs/about/community/ | ||
about: Join our CNCF Slack Channel and access Kubeflow community meetings. | ||
- name: Our channel on the CNCF Slack is kubeflow-platform. | ||
url: https://app.slack.com/client/T08PSQ7BQ/C073W572LA2 | ||
about: You can join our channel on the CNCF slack. | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
name: Issue Report | ||
description: Report an Issue | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Hello, Please fill out the sections below to help everyone identify and fix the bug | ||
- type: checkboxes | ||
id: Vaildation | ||
attributes: | ||
label: Validation Checklist | ||
options: | ||
- label: Is this a Kubeflow issue? | ||
required: true | ||
- label: Are you posting in the right repository ? | ||
required: true | ||
- label: Did you follow the installation guide https://github.com/kubeflow/manifests?tab=readme-ov-file ? | ||
required: true | ||
- label: Is the issue report properly structured and detailed with version numbers? | ||
required: true | ||
- label: Is this for Kubeflow development ? | ||
required: false | ||
- label: Would you like to work on this issue? | ||
required: false | ||
- label: You can join the CNCF Slack and access our meetings at the [Kubeflow Community](https://www.kubeflow.org/docs/about/community/) website. Our channel on the CNCF Slack is here [**#kubeflow-platform**](https://app.slack.com/client/T08PSQ7BQ/C073W572LA2). | ||
required: false | ||
- type: dropdown | ||
id: version | ||
attributes: | ||
label: Version | ||
description: What version of our software are you running? | ||
options: | ||
- master | ||
- 1.9 | ||
- 1.8 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe your issue | ||
placeholder: When installing Kubeflow I got the following error message from ... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: steps | ||
attributes: | ||
label: Steps to reproduce the issue | ||
placeholder: | | ||
1. Try this ... | ||
2. Then do this ... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Put here any screenshots or videos (optional) | ||
- type: markdown | ||
attributes: | ||
value: | | ||
> **Note:** Please note that you have to fill required fields to post an Issue. | ||
If not please close or redo the issue and you can join the CNCF Slack and access our meetings at the [Kubeflow Community](https://www.kubeflow.org/docs/about/community/) website. Our channel on the CNCF Slack is here [**#kubeflow-platform**](https://app.slack.com/client/T08PSQ7BQ/C073W572LA2). | ||
**Thanks for reporting this issue! We will get back to you as soon as possible.** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Pull Request Template for Kubeflow manifests Issues | ||
|
||
- Please include a summary of changes and the related issue. | ||
- List any dependencies that are required for this change. | ||
- Please delete the options that are not relevant. | ||
- The following checklist will help you to satisfy the requirements. | ||
|
||
|
||
|
||
## ✏️ A brief description of the changes | ||
> I changed ... | ||
## 📦 List any dependencies that are required for this change | ||
> My PR depends on # | ||
## 🐛 If this PR is related to an issue, please put the link of the issue here. | ||
> The following issues are related, because ... | ||
|
||
|
||
## ✅ Unit Test Checklist | ||
|
||
- [ ] 🛠️ Make sure you have installed kustomize == 5.2.1+ | ||
- [ ] ✍️ Have you written new tests for your core changes, as applicable? | ||
- [ ] 🔄 Have you successfully run existing tests with your changes ? | ||
- [ ] 🚀 Have you successfully run existing and new tests with your changes ? | ||
|
||
## ✅ Contributor checklist | ||
- [ ] All the commits have been _signed-off_ (To pass the `DCO` check) | ||
- [ ] Submit the [Contributor License Agreements](https://cla.developers.google.com/clas) (To pass the `cla/google` check) | ||
|
||
|
||
--- | ||
|
||
> You can join the CNCF Slack and access our meetings at the [Kubeflow Community](https://www.kubeflow.org/docs/about/community/) website. Our channel on the CNCF Slack is here [**#kubeflow-platform**](https://app.slack.com/client/T08PSQ7BQ/C073W572LA2). | ||
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.