diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..788b7c43 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,18 @@ +## Goal +Describe the purpose of this pull request. + +## Changes +List the main changes introduced by this PR. + +## Testing +Describe how the changes were tested or verified. + +## Artifacts & Screenshots +Attach relevant screenshots, logs, or other supporting artifacts. + +--- + +### Checklist +- [ ] PR title is clear and descriptive +- [ ] Documentation updated if needed +- [ ] No secrets or large temporary files committed