diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 0000000..a94b527 --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,18 @@ +# Pull Request Template + + +## Description + +Include a description of what has been changed and include relevant motivation and context. if needed, ensure to list all dependencies that are required for this change. + +Fixes #(issue) + +### Type of Change + + +Please delete options that are not relevant. + +- Bug fix (non-breaking change which fixes an issue) +- New Feature (non-breaking change which adds functionality) +- Breaking change (fix of feature that would cause existing functionality to not work as expected) +- This change requires a documentation update