From 34032cf6aad5f95a8999ffbf0d1d910cbfd9236f Mon Sep 17 00:00:00 2001 From: Anurag Rajawat Date: Tue, 22 Oct 2024 14:57:14 +0530 Subject: [PATCH] chore: Add Pull Request template Signed-off-by: Anurag Rajawat --- .github/pull_request_template.md | 43 ++++++++++++++++++++++++++++++++ 1 file changed, 43 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 0000000..65e1b18 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,43 @@ +## Description + + + +Fixes # (issue) + +**Does this PR introduce a breaking change?** + +## Checklist + +- [ ] PR title follows the `: ` convention. +- [ ] I use [conventional commits](https://www.conventionalcommits.org/) in my commit messages. +- [ ] I have updated the [documentation](../docs) accordingly. +- [ ] I Keep It Small and Simple: The smaller the PR is, the easier it is to review and have it merged. +- [ ] I have performed a self-review of my code. +- [ ] I have added tests that prove my fix is effective or that my feature works. +- [ ] New and existing unit tests pass locally with my changes. + +## Additional information for reviewer + +#### Mention if this PR is part of any design or a continuation of previous PRs + + + +