-
Notifications
You must be signed in to change notification settings - Fork 917
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com>
- Loading branch information
1 parent
2cbbde3
commit fe76257
Showing
3 changed files
with
31 additions
and
36 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
# Pull Request Template for Kubeflow manifests Issues | ||
# Pull Request Template for Kubeflow Manifests | ||
|
||
## ✏️ A brief description of the changes | ||
> I changed ... | ||
## ✏️ Summary of Changes | ||
> Describe the changes you have made, including any refactoring or feature additions. | ||
## 📦 List any dependencies that are required for this change | ||
> My PR depends on # | ||
## 📦 Dependencies | ||
> List any dependencies or related PRs (e.g., "Depends on #123"). | ||
## 🐛 If this PR is related to an issue, please put the link to the issue here. | ||
> The following issues are related, because ... | ||
## 🐛 Related Issues | ||
> Link any issues that are resolved or affected by this PR. | ||
## ✅ Contributor checklist | ||
- Make sure you have tested with kustomize. See [Installation Prerequisites](https://github.com/kubeflow/manifests#prerequisites) | ||
- All the commits have been [_signed-off_](https://github.com/kubeflow/community/tree/master/dco-signoff-hook#signing-off-commits) (To pass the `DCO` check) | ||
## ✅ Contributor Checklist | ||
- [ ] I have tested these changes with kustomize. See [Installation Prerequisites](https://github.com/kubeflow/manifests#prerequisites). | ||
- [ ] All commits are [_signed-off_](https://github.com/kubeflow/community/tree/master/dco-signoff-hook#signing-off-commits) to satisfy the DCO 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). | ||