From 150f5e846b1838fffedc75712a4a89e6583de2e6 Mon Sep 17 00:00:00 2001 From: cedvdb Date: Tue, 7 Jan 2025 09:39:57 +0100 Subject: [PATCH] add pull request template --- pull_request_template.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pull_request_template.md 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. + +