From 4de45d4469bcb9f07fe70761b325f6ae19816b2c Mon Sep 17 00:00:00 2001 From: Ellet Date: Sun, 19 May 2024 23:37:31 +0300 Subject: [PATCH] chore: update the Github pull request 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 b68f4c4d..7f84f0e7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -26,13 +26,13 @@ - [ ] I read the [Contributor Guide](../CONTRIBUTING.md) and followed the process outlined there for submitting PRs. - [ ] I titled the PR using [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0). -- [ ] I did not modify the `CHANGELOG.md` nor the plugin version in `pubspec.yaml` files. +- [ ] I did not modify the `CHANGELOG.md` nor the package version in `pubspec.yaml` files. - [ ] All existing and new tests are passing. - [ ] I have run the commands in `./scripts/before_push.sh` and it all passed successfully ## Breaking Change -Does your PR require plugin users to manually update their apps to accommodate your change? +Does your PR require developers to manually update their apps to accommodate your change? - [ ] Yes, this is a breaking change (please indicate that with a `!` in the title as explained in [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0)). - [ ] No, this is *not* a breaking change. \ No newline at end of file