From 600d240cae66b5c03c1efcb13494440dc6fb5a40 Mon Sep 17 00:00:00 2001 From: Avinal Kumar Date: Mon, 3 Jun 2024 15:51:35 +0530 Subject: [PATCH] misc: add pull request template - Added pull request to encourage best contribution practices. Signed-off-by: Avinal Kumar --- .github/pull_request_template.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 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..6412b7a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,29 @@ + + +## Changes + + + +- +- Fixes #issue_no + + +## Submitter Checklist + +- [ ] Includes tests (if there is a feature changed/added) +- [ ] Includes docs ( if changes are user facing) +- [ ] I have tested my changes locally. + +## References + + +