From 94550b862baa70f6c083ee0ba5a63d0931cb6521 Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Tue, 3 Mar 2020 14:01:56 -0500 Subject: [PATCH] Add Pull Request Template Add a pull request template. Modeled after CRI-O (Thanks @saschagrunert!) and Dockers. Signed-off-by: TomSweeneyRedHat --- .github/PULL_REQUEST_TEMPLATE.md | 66 ++++++++++++++++++++++++++++++++ 1 file changed, 66 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..10cfb413ba --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,66 @@ + + +#### What type of PR is this? + + + +> /kind api-change +> /kind bug +> /kind cleanup +> /kind deprecation +> /kind design +> /kind documentation +> /kind failing-test +> /kind feature +> /kind flake +> /kind other + +#### What this PR does / why we need it: + +#### How to verify it + +#### Which issue(s) this PR fixes: + + + + + +#### Special notes for your reviewer: + +#### Does this PR introduce a user-facing change? + + + +```release-note + +``` +