diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..fff3906 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,7 @@ +## Description +Please explain the changes you made. + +## Checklist +- [ ] I have tested the code +- [ ] I have updated the documentation if necessary +- [ ] I followed the project's coding guidelines