diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..f55e89a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,13 @@ +## Description + +A short description of what the PR changes. +If this is a minor change and the commit message(s) explains it well, feel free to delete this section. + +## Motivation + +Why did you write this PR and/or why should it be accepted. + +## Fixes + +Please indicate issues that this fixes or addresses here. +If this is a bugfix with no pre-existing issue, please describe the bug here instead.