Skip to content

Commit 2f776ac

Browse files
Add pull request template (flutter#1375)
1 parent 81a5995 commit 2f776ac

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
## Description
2+
3+
*Replace this paragraph with a description of what this PR is doing. If you're modifying existing behavior, describe the existing behavior, how this PR is changing it, and what motivated the change.*
4+
5+
## Related Issues
6+
7+
*Replace this paragraph with a list of issues related to this PR from the [issue database](https://github.com/flutter/flutter/issues). Indicate, which of these issues are resolved or fixed by this PR. Note that you'll have to prefix the issue numbers with flutter/flutter#.*
8+
9+
## Checklist
10+
11+
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (`[x]`). This will ensure a smooth and quick review process.
12+
13+
- [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
14+
- [ ] My PR includes unit or integration tests for *all* changed/updated/fixed behaviors (See [Contribution Guide]).
15+
- [ ] All existing and new tests are passing.
16+
- [ ] I updated/added relevant documentation (doc comments with `///`).
17+
- [ ] The analyzer (`flutter analyze`) does not report any problems on my PR.
18+
- [ ] I read and followed the [Flutter Style Guide].
19+
- [ ] The title of the PR starts with the name of the plugin surrounded by square brackets, e.g. [shared_preferences]
20+
- [ ] I updated pubspec.yaml with an appropriate new version according to the [pub versioning philosophy].
21+
- [ ] I updated CHANGELOG.md to add a description of the change.
22+
- [ ] I signed the [CLA].
23+
- [ ] I am willing to follow-up on review comments in a timely manner.
24+
25+
## Breaking Change
26+
27+
Does your PR require plugin user to manually update their apps to accommodate your change?
28+
29+
- [ ] Yes, this is a breaking change (please indicate a breaking change in CHANGELOG.md and increment major revision).
30+
- [ ] No, this is *not* a breaking change.
31+
32+
<!-- Links -->
33+
[issue database]: https://github.com/flutter/flutter/issues
34+
[Contributor Guide]: https://github.com/flutter/plugins/blob/master/CONTRIBUTING.md
35+
[Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
36+
[pub versioning philosophy]: https://www.dartlang.org/tools/pub/versioning
37+
[CLA]: https://cla.developers.google.com/

0 commit comments

Comments
 (0)