From fb45e9bcc62eeb8cd8d5296662314799193cf1f6 Mon Sep 17 00:00:00 2001 From: pnodet Date: Sun, 12 Nov 2023 12:29:26 +0700 Subject: [PATCH] chore: add pull request template --- .../pull_request_template.md | 25 +++++++++++++++++++ 1 file changed, 25 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 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