diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request.md b/.github/PULL_REQUEST_TEMPLATE/pull_request.md new file mode 100644 index 0000000..1fc461e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request.md @@ -0,0 +1,7 @@ + +**Changes** +A bulleted list of the changes you made. Will be used in release notes. +**Reasoning** +Why you want to make these changes. Should be clear and concise. +**Drawback Handling** +Potential drawbacks in this change and how you addressed them.