From 835b14e0c372d76324e300bd45c4719a110b061a Mon Sep 17 00:00:00 2001 From: Lorenzo Fontana Date: Thu, 6 Jun 2019 23:00:03 +0000 Subject: [PATCH] new: pull request template Signed-off-by: Lorenzo Fontana --- .github/PULL_REQUEST_TEMPLATE.md | 54 ++++++++++++++++++++++++++++++++ 1 file changed, 54 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 00000000..cc2cfaf1 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,54 @@ + + +**What type of PR is this?** +> Uncomment only one ` /kind <>` line, hit enter to put that in a new line, and remove leading whitespaces from that line: +> +> /kind bug +> /kind cleanup +> /kind design +> /kind documentation +> /kind failing-test +> /kind feature +> /kind flake + +> If contributing rules or changes to rules, please make sure to uncomment the appropriate kind +based on if the rule is new or a change to an existing rule + +> /kind rule-updated +> /kind rule-created + +**Any specific area of the project related to this PR?** + +> /area engine +> /area rules +> /area deployment +> /area integrations +> /area examples + +**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 + +```