You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.*
2
2
3
-
*Replace this paragraph with a description of what this PR is doing. If you're
4
-
modifying existing behavior, describe the existing behavior, how this PR is
5
-
changing it, and what motivated the change.*
3
+
*List which issues are fixed by this PR. You must list at least one issue.*
6
4
7
-
## Related Issues
5
+
*If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
8
6
9
-
*Replace this paragraph with a list of issues related to this PR from our [issue
10
-
database]. Indicate, which of these issues are resolved or fixed by this PR.
11
-
There should be at least one issue listed here.*
7
+
## Pre-launch Checklist
12
8
13
-
## Tests
14
-
15
-
I added the following tests:
16
-
17
-
*Replace this with a list of the tests that you added as part of this PR. A
18
-
change in behaviour with no test covering it will likely get reverted
19
-
accidentally sooner or later. PRs must include tests for all
20
-
changed/updated/fixed behaviors. See [testing the engine] for instructions on
21
-
writing and running engine tests.*
22
-
23
-
## Checklist
24
-
25
-
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.
26
-
27
-
-[ ] I read the [contributor guide] and followed the process outlined there for submitting PRs.
9
+
-[ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
10
+
-[ ] I read the [Tree Hygiene] wiki page, which explains my responsibilities.
11
+
-[ ] I read and followed the [Flutter Style Guide] and the [C++, Objective-C, Java style guides].
12
+
-[ ] I listed at least one issue that this PR fixes in the description above.
13
+
-[ ] I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test-exempt. See [testing the engine] for instructions on
14
+
writing and running engine tests.
15
+
-[ ] I updated/added relevant documentation (doc comments with `///`).
28
16
-[ ] I signed the [CLA].
29
-
-[ ] I read and followed the [C++, Objective-C, Java style guides] for the engine.
30
-
-[ ] I read the [tree hygiene] wiki page, which explains my responsibilities.
31
-
-[ ] I updated/added relevant documentation.
32
17
-[ ] All existing and new tests are passing.
33
-
-[ ] I am willing to follow-up on review comments in a timely manner.
34
-
35
-
36
-
## Reviewer Checklist
18
+
-[ ] The reviewer has submitted any presubmit flakes in this PR using the [engine presubmit flakes form] before re-triggering the failure.
37
19
38
-
-[ ] I have submitted any presubmit flakes in this PR using the [engine presubmit flakes form] before re-triggering the failure.
39
-
40
-
41
-
## Breaking Change
42
-
43
-
Did any tests fail when you ran them? Please read [handling breaking changes].
44
-
45
-
-[ ] No, no existing tests failed, so this is *not* a breaking change.
46
-
-[ ] Yes, this is a breaking change. *If not, delete the remainder of this section.*
47
-
-[ ] I wrote a design doc: https://flutter.dev/go/template*Replace this with a link to your design doc's short link*
48
-
-[ ] I got input from the developer relations team, specifically from: *Replace with the names of who gave advice*
49
-
-[ ] I wrote a migration guide: https://flutter.dev/go/breaking-changes-template*Replace this with a link to a pull request that adds the migration guide to https://flutter.dev/docs/release/breaking-changes*
20
+
If you need help, consider asking for advice on the #hackers-new channel on [Discord].
0 commit comments