From e5b44b570175488211b33d7331583c9f9cc09a31 Mon Sep 17 00:00:00 2001 From: Mariya George Date: Sun, 29 Sep 2024 14:01:31 +0530 Subject: [PATCH] feat: introduce PR template - introduced PR template Signed-off-by: Mariya George --- .github/pull_request_template.md | 14 ++++++++++++++ 1 file changed, 14 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..e837041 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,14 @@ +## Description + +## GitHub issue +Fixes # + +## How to test this? + + +## Checklist: + +- [ ] My code follows the guidelines of this project +- [ ] I have performed a self-review of my code +- [ ] I have commented my code, particularly in hard-to-understand areas +- [ ] I have made corresponding changes to the documentation