diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..6d8c40f --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ +## Description +Briefly describe the changes made in this pull request. + +## Fixes +Specify the related issues or tickets that this pull request fixes (e.g., Fixes #123). + +## Checklist + +- [ ] Code follows project's style guidelines. +- [ ] Changes are documented appropriately. + +## Notes +Add any additional notes or context that might be useful for reviewers. + + + +#### (PS → Make Sure Pull request title is meaningful.) \ No newline at end of file