Skip to content

Commit f7096d7

Browse files
authored
Reorder the checkboxes in the PR template (flutter#3666)
...so that they are listed in more or less the likely order that people will do them in.
1 parent e233902 commit f7096d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
## Pre-launch Checklist
88

9-
- [ ] The title of the PR starts with the name of the plugin surrounded by square brackets, e.g. `[shared_preferences]`
109
- [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
1110
- [ ] I read the [Tree Hygiene] wiki page, which explains my responsibilities.
1211
- [ ] I read and followed the [Flutter Style Guide] and the [C++, Objective-C, Java style guides].
12+
- [ ] I signed the [CLA].
13+
- [ ] The title of the PR starts with the name of the plugin surrounded by square brackets, e.g. `[shared_preferences]`
1314
- [ ] I listed at least one issue that this PR fixes in the description above.
14-
- [ ] I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test exempt.
1515
- [ ] I updated pubspec.yaml with an appropriate new version according to the [pub versioning philosophy].
1616
- [ ] I updated CHANGELOG.md to add a description of the change.
1717
- [ ] I updated/added relevant documentation (doc comments with `///`).
18-
- [ ] I signed the [CLA].
18+
- [ ] I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test exempt.
1919
- [ ] All existing and new tests are passing.
2020

2121
If you need help, consider asking for advice on the #hackers-new channel on [Discord].

0 commit comments

Comments
 (0)