Skip to content

Commit

Permalink
Remove duplicate instruction from PR checklist (firebase#110)
Browse files Browse the repository at this point in the history
2nd item already says:

```
- [ ] If the pull request affects only one plugin, the PR title starts with the name of the plugin in brackets (e.g. [cloud_firestore])
```
  • Loading branch information
dotdoom authored and collinjackson committed Oct 7, 2019
1 parent b97b720 commit 8ced962
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Before you create this PR confirm that it meets all requirements listed below by
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [ ] The analyzer (`flutter analyze`) does not report any problems on my PR.
- [ ] I read and followed the [Flutter Style Guide].
- [ ] The title of the PR starts with the name of the plugin surrounded by square brackets, e.g. [shared_preferences]
- [ ] I updated pubspec.yaml with an appropriate new version according to the [pub versioning philosophy].
- [ ] I updated CHANGELOG.md to add a description of the change.
- [ ] I signed the [CLA].
Expand Down

0 comments on commit 8ced962

Please sign in to comment.