diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..2172a78 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,15 @@ + ## Issue +_Link to the issue resolved by this PR._ + +## Description +_Description of the approach taken to solve the issue._ + +## How to test +_How to verify the changes._ + +## Checklist +- [ ] No redundant \`print()\` statements, commented-out code, or other remnants from the development ๐Ÿ‘€ +- [ ] New/refactored code is following same conventions as the rest of the code base ๐Ÿงฌ +- [ ] New/refactored code is tested โš™ +- [ ] Documentation has been updated ๐Ÿงพ +- [ ] Commits are semantic โœ… \ No newline at end of file