diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d9a0a4b4..2d667aa2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,6 +10,7 @@ _Add your description_ ### Checklist - [ ] I have gone through the [contributing guide](https://github.com/foss42/apidash/blob/main/CONTRIBUTING.md) - [ ] I have updated my branch and synced it with project `main` branch before making this PR +- [ ] I am using the latest Flutter stable branch (run `flutter upgrade` and verify) - [ ] I have run the tests (`flutter test`) and all tests are passing ## Added/updated tests?