From 61158e80ea16fd597387799865777deed9ad0c06 Mon Sep 17 00:00:00 2001 From: syedsadath-17 <90619459+sadath-12@users.noreply.github.com> Date: Thu, 28 Dec 2023 10:21:51 +0530 Subject: [PATCH] PR template added (#484) * PR template added Signed-off-by: sadath-12 * hided details Signed-off-by: sadath-12 * comment down Signed-off-by: sadath-12 --------- Signed-off-by: sadath-12 --- .github/pull_request_template.md | 21 +++++++++++++++++++++ 1 file changed, 21 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..9dd20acd --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,21 @@ +# Description + + + +## Issue reference + + + +Please reference the issue this PR will close: #_[issue number]_ + +## Checklist + +Please make sure you've completed the relevant tasks for this PR, out of the following list: + +* [ ] Code compiles correctly +* [ ] Created/updated tests +* [ ] Extended the documentation