From e1c781e7b857dea8f7b5ae64b4ed8ac1c81bc76d Mon Sep 17 00:00:00 2001 From: Bhoopesh Date: Fri, 28 Jun 2024 04:19:52 +0530 Subject: [PATCH] feat: add PR Template Signed-off-by: Bhoopesh --- .github/PULL_REQUEST_TEMPLATE.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 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..d54ffb4e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,26 @@ + + +## Proposed changes + +Summarize your changes here to communicate with the maintainers and make sure to put the link of that issue + +## Types of changes + +What types of changes does your code introduce to the repo? Put an `x` in the boxes that apply +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Bugfix (non-breaking change which fixes an issue) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [ ] Documentation Update (if none of the other choices applies) + +## Checklist + +Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. +- [ ] I have signed the commit for DCO to be passed. +- [ ] Lint and unit tests pass locally with my changes +- [ ] I have added tests that prove my fix is effective or that my feature works (if appropriate) +- [ ] I have added necessary documentation (if appropriate) + +## Dependency +- Please add the links to the dependent PR need to be merged before this (if any). + +## Special notes for your reviewer: