Skip to content

Commit de97a05

Browse files
authored
Update PR template for dart fix (#143879)
I don't know if this is feasible, but figured it was worth seeing. Often times dart fixes are forgotten as part of the code review process. I know some people ignore the PR template, but considered maybe a mention was warranted. I've made the change reflected below:
1 parent f97978f commit de97a05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- [ ] I listed at least one issue that this PR fixes in the description above.
1414
- [ ] I updated/added relevant documentation (doc comments with `///`).
1515
- [ ] I added new tests to check the change I am making, or this PR is [test-exempt].
16+
- [ ] I followed the [breaking change policy] and added [Data Driven Fixes] where supported.
1617
- [ ] All existing and new tests are passing.
1718

1819
If you need help, consider asking for advice on the #hackers-new channel on [Discord].
@@ -27,3 +28,4 @@ If you need help, consider asking for advice on the #hackers-new channel on [Dis
2728
[flutter/tests]: https://github.com/flutter/tests
2829
[breaking change policy]: https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes
2930
[Discord]: https://github.com/flutter/flutter/wiki/Chat
31+
[Data Driven Fixes]: https://github.com/flutter/flutter/wiki/Data-driven-Fixes

0 commit comments

Comments
 (0)