Fix outdated contributor guide link on PR template (#2027)

pull/2029/head
Cat 9 months ago committed by GitHub
parent 8de8569b73
commit eb29c3a7f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .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, this is *not* a breaking change.

Loading…
Cancel
Save