fix: fix typos in PR template

pull/1517/head
Adil Hanney 1 year ago committed by X Code
parent f3aa50ac1e
commit adae3a5648
  1. 4
      .github/PULL_REQUEST_TEMPLATE.md

@ -40,7 +40,7 @@ Closes #IssueNumber
- [ ] I have tested these changes locally. <!-- REQUIRED -->
- [ ] I have followed the code style and guidelines. <!-- REQUIRED -->
- [ ] I have updated `CHANGELOG.md` with my changes in the next section <!-- REQUIRED -->
- [ ] I have run `dart format .`` on the project <!-- REQUIRED -->
- [ ] I have run `dart format .` on the project <!-- REQUIRED -->
- [ ] I have run `dart fix --apply` on the project <!-- REQUIRED -->
- [ ] I have run `flutter test` and `flutter analyze` and it passed successfully <!-- REQUIRED -->
- [ ] I have run `./before-push.sh` and everything is fine <!-- Optional -->
- [ ] I have run `./scripts/before-push.sh` and everything is fine <!-- Optional -->

Loading…
Cancel
Save