KubeArmor/.github/pull_request_template.md
rajaSahil b81a72a202 chore(pull_request): add pull request template
Signed-off-by: rajaSahil <sahilraja242@gmail.com>
2022-11-02 12:34:04 +05:30

1.7 KiB

Purpose of PR?:

Fixes #

Does this PR introduce a breaking change?

If the changes in this PR are manually verified, list down the scenarios covered::

Additional information for reviewer? : Mention if this PR is part of any design or a continuation of previous PRs

Checklist:

  • Bug fix. Fixes #
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • PR Title follows the convention of <type>(<scope>): <subject>
  • Commit has unit tests
  • Commit has integration tests