From eb29c3a7f63a5844b956cd179529f3d3e6abf270 Mon Sep 17 00:00:00 2001 From: Cat <114286961+CatHood0@users.noreply.github.com> Date: Tue, 16 Jul 2024 13:10:27 -0400 Subject: [PATCH] Fix outdated contributor guide link on PR template (#2027) --- .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 7f84f0e7..e8931276 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -24,7 +24,7 @@ ## Checklist -- [ ] I read the [Contributor Guide](../CONTRIBUTING.md) and followed the process outlined there for submitting PRs. +- [ ] I read the [Contributor Guide](https://github.com/singerdmx/flutter-quill/blob/master/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 package version in `pubspec.yaml` files. - [ ] All existing and new tests are passing. @@ -35,4 +35,4 @@ 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 +- [ ] No, this is *not* a breaking change.