Skip to content

Commit

Permalink
Create PR template (kubeflow#2722)
Browse files Browse the repository at this point in the history
* Add issue report template

Signed-off-by: hansinikarunarathne <[email protected]>

* Add config.yaml

Signed-off-by: hansinikarunarathne <[email protected]>

* Adderessing the requested changes

Signed-off-by: hansinikarunarathne <[email protected]>

* create PR template

Signed-off-by: Hansini Karunarathne <[email protected]>

* create PR template

Signed-off-by: Hansini Karunarathne <[email protected]>

* create PR template

Signed-off-by: Hansini Karunarathne <[email protected]>

* create PR template

Signed-off-by: Hansini Karunarathne <[email protected]>

* make changes to PR template folder

Signed-off-by: Hansini Karunarathne <[email protected]>

* Address the requested changes

Signed-off-by: Hansini Karunarathne <[email protected]>

---------

Signed-off-by: hansinikarunarathne <[email protected]>
Signed-off-by: Hansini Karunarathne <[email protected]>
  • Loading branch information
hansinikarunarathne authored and Corey Ricketts committed Jul 18, 2024
1 parent 42f00df commit 46b9d42
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 11 deletions.
36 changes: 36 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
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 our slack channel **wg-manifests** [here](https://www.kubeflow.org/docs/about/community/). This link also contains our meeting schedule.
11 changes: 0 additions & 11 deletions .github/pull_request_template.md

This file was deleted.

0 comments on commit 46b9d42

Please sign in to comment.