diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..5e878d13 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,21 @@ +A brief description of the changes in this PR. + +For example: + +- Resolves issue\# XXX +- Add functionality XXX +- Module Enhancement XXX + +## Reason for Changes + +A brief description of the reason for these changes. + +## How to Test + +Step-by-step instructions for how reviewers can verify these changes work as expected. + +## Evaluation + +Impact Analysis or Benchmarks here. + +Please add any other context or screenshots that would help here. \ No newline at end of file