diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..c28a9b029c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ + + +**What this PR does / why we need it**: + +**Which issue(s) this PR fixes** _(optional, in `Fixes #, #, ...` format, will close the issue(s) when PR gets merged)_: +Fixes # + +**Checklist:** + +- [ ] [Docs](https://www.kubeflow.org/docs/components/training/) included if any changes are user facing