diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 0000000..da2cad1 --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,10 @@ + + +## Checklist + +- [ ] I have bumped the version in pubspec.yaml +- [ ] I have added an entry in changelog.md for the new pubspec version +- [ ] (if applicable) I have added "Closes #1234" to this termplate to automatically close related issues. +- [ ] (not required if no sensible change has been made eg: Localization) I have added tests that prove my fix is effective or that my feature works. + +