From 07cc95a43c541a85d2525bf3970c2b52ceb89200 Mon Sep 17 00:00:00 2001 From: Salakar Date: Mon, 5 Oct 2020 15:53:19 +0100 Subject: [PATCH] chore: remove PR title section from PR template --- .github/PULL_REQUEST_TEMPLATE.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6d3c559b1d19..14ca168c2105 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,7 +12,6 @@ Before you create this PR confirm that it meets all requirements listed below by This will ensure a smooth and quick review process. Updating the `pubspec.yaml` and changelogs is not required. - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. -- [ ] If the pull request affects only one plugin, the PR title starts with the name of the plugin in brackets (e.g. [cloud_firestore]) - [ ] My PR includes unit or integration tests for *all* changed/updated/fixed behaviors (See [Contributor Guide]). - [ ] All existing and new tests are passing. - [ ] I updated/added relevant documentation (doc comments with `///`).