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 00000000..5238fd7a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,25 @@ + + +### Description +Provide a detailed summary of your changes, explaining what you have added, modified, or removed. + +### Goals +Outline the primary objectives and the problem(s) this PR aims to solve. + +### Change Overview +List the major changes in bullet points. For each significant change, provide a brief explanation. +- Change 1: Description +- Change 2: Description +- ... + +### Additional Notes +Include any other information that might be useful for reviewers. + +### Checklist +- [ ] I have self-reviewed my code. +- [ ] My changes do not produce any new warnings or errors. +- [ ] I have added tests that prove my changes are effective. +- [ ] I have updated the documentation accordingly (if applicable). + +### Related issues/discussions +Fixes #number