diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..3e490c70 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,33 @@ +## Description + + +### Issue link: + +### What is the current behavior? + +### What is the new behavior (if this is a feature change)? + +### Screenshots (if applicable) + +## Review Time Estimate + +- [ ] Immediately +- [ ] Within one week +- [ ] When possible + +## Types of changes (select all that applies) + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Improvement +- [ ] Breaking change (fix or feature that would cause existing functionality to change) + +## Checklist: + + +- [ ] My change requires a change to the documentation. +- [ ] I have updated the CHANGELOG.md. +- [ ] This changeset requires updating dependencies. +- [ ] I have updated the documentation accordingly. +- [ ] I have added tests to cover my changes. +- [ ] All new and existing tests passed.