diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 90b5891bbe3..63896a4417e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,48 +7,66 @@ --> **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: -> + +> Uncomment one (or more) `/kind <>` lines: + > /kind bug + > /kind cleanup + > /kind design + > /kind documentation + > /kind failing-test + > /kind feature + > /kind flaky-test -> If contributing rules or changes to rules, please make sure to uncomment the appropriate kind +> If contributing rules or changes to rules, please make sure to also uncomment one of the following line: > /kind rule-update + > /kind rule-create **Any specific area of the project related to this PR?** +> Uncomment one (or more) `/area <>` lines: + > /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 ```