Unverified Commit de97a050 authored by Kate Lovett's avatar Kate Lovett Committed by GitHub

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:
parent f97978f9
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
- [ ] I listed at least one issue that this PR fixes in the description above. - [ ] I listed at least one issue that this PR fixes in the description above.
- [ ] I updated/added relevant documentation (doc comments with `///`). - [ ] I updated/added relevant documentation (doc comments with `///`).
- [ ] I added new tests to check the change I am making, or this PR is [test-exempt]. - [ ] I added new tests to check the change I am making, or this PR is [test-exempt].
- [ ] I followed the [breaking change policy] and added [Data Driven Fixes] where supported.
- [ ] All existing and new tests are passing. - [ ] All existing and new tests are passing.
If you need help, consider asking for advice on the #hackers-new channel on [Discord]. 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 ...@@ -27,3 +28,4 @@ If you need help, consider asking for advice on the #hackers-new channel on [Dis
[flutter/tests]: https://github.com/flutter/tests [flutter/tests]: https://github.com/flutter/tests
[breaking change policy]: https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes [breaking change policy]: https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes
[Discord]: https://github.com/flutter/flutter/wiki/Chat [Discord]: https://github.com/flutter/flutter/wiki/Chat
[Data Driven Fixes]: https://github.com/flutter/flutter/wiki/Data-driven-Fixes
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment