diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..47811f6 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,70 @@ + + +**What type of PR is this?** + +> Uncomment one (or more) `/kind <>` lines: + +> /kind bug + +> /kind cleanup + +> /kind design + +> /kind documentation + +> /kind failing-test + +> /kind feature + + + +**Any specific area of the project related to this PR?** + +> Uncomment one (or more) `/area <>` lines: + +> /area build + +> /area cmd + +> /area pkg + +> /area docs + +> /area tests + + +**What this PR does / why we need it**: + +**Which issue(s) this PR fixes**: + + + +Fixes # + +**Special notes for your reviewer**: + +**Does this PR introduce a user-facing change?**: + + + +```release-note + +```