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

Simplify the pull request template #2793

Merged
merged 1 commit into from
Jul 10, 2024
Merged
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
26 changes: 5 additions & 21 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,20 @@
# 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.
## 🐛 If this PR is related to an issue, please put the link to 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)

- Make sure you have tested with kustomize. See [Installation Prerequisites](https://github.com/kubeflow/manifests#prerequisites)
- 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).


Loading