From 38de8c82e27bda3e9d44413dd302b24bb8f52b3c Mon Sep 17 00:00:00 2001 From: andresfv95 Date: Thu, 14 Nov 2024 09:52:44 -0500 Subject: [PATCH] feat: Create pull_request_template.md --- .../pull_request_template.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md 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..7854f91 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,19 @@ +## Summary + + +## Changes +- + +## Related Issues + + +## Testing + + +## Checklist +- [ ] I have commented on my code, especially in areas that are hard to understand. +- [ ] I have added only changes relevant to the issue in question. +- [ ] I have added tests to confirm that my fix is effective or that my feature works as intended. +- [ ] I have modified existing tests as needed to accommodate my changes. +- [ ] I have flagged specific areas for further review, if necessary. +- [ ] I have updated the documentation where necessary.