diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..31032b1 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ +# Type of PR (feature, enhancement, bug fix, etc.) + +## Description + +Please include a summary of the change and which issue is fixed. + +Fixes # (issue) + +## Why should this be added + +Explain value. + +## Checklist + +- [ ] My code follows the style guidelines of this project