From c3a867ea6e4c31557b60a36327bfe841d5a17e18 Mon Sep 17 00:00:00 2001 From: Andrey Velichkevich Date: Wed, 17 Nov 2021 14:22:52 +0000 Subject: [PATCH] Add PR template with doc checklist (#1470) --- .github/PULL_REQUEST_TEMPLATE.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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