diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..06224d26e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +## Description + +_Please provide a brief summary of your changes here. Replace this comment with your summary._ + +## Tests + +_Describe how you tested the changes made in this pull request. Include specific tests you have added. Replace this comment with your testing methodology._ + +## Performance Impact + +_Describe any potential impact on performance due to your changes. Include any benchmarks you performed, if applicable, and compare the results with and without your changes. Replace this comment with your performance analysis._