From 85cd45ddb52c720dc9725bfa27361c3f177af4bd Mon Sep 17 00:00:00 2001 From: Pranav Kakaraparti Date: Mon, 21 Aug 2023 22:52:19 -0500 Subject: [PATCH] feat: added pr template --- .github/pull_request_template.md | 36 ++++++++++++++++++++++++++++++++ 1 file changed, 36 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..ebd0bee2 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,36 @@ +## Description + + +**Issue(s) addressed** + +- Resolves # + +**What kind of change(s) does this PR introduce?** + + +- [ ] Enhancement +- [ ] Bug fix +- [ ] Refactor + +**Please check if the PR fulfils these requirements** + + + +- [ ] The commit message follows our guidelines +- [ ] Tests for the changes have been added (for bug fixes / features) +- [ ] Docs have been added / updated (for bug fixes / features) + +## Issue + +**What is the current behavior?** + +**What is the new behavior?** + + +## Breaking change + +**Does this PR introduce a breaking change?** + +## Other useful information + + \ No newline at end of file