From adae3a564838bb72fd32f987fc420f53aa969261 Mon Sep 17 00:00:00 2001 From: Adil Hanney Date: Thu, 9 Nov 2023 02:51:52 +0000 Subject: [PATCH] fix: fix typos in PR template --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c4810500..3636b60a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -40,7 +40,7 @@ Closes #IssueNumber - [ ] I have tested these changes locally. - [ ] I have followed the code style and guidelines. - [ ] I have updated `CHANGELOG.md` with my changes in the next section -- [ ] I have run `dart format .`` on the project +- [ ] I have run `dart format .` on the project - [ ] I have run `dart fix --apply` on the project - [ ] I have run `flutter test` and `flutter analyze` and it passed successfully -- [ ] I have run `./before-push.sh` and everything is fine +- [ ] I have run `./scripts/before-push.sh` and everything is fine