Skip to content

Commit ec1ba84

Browse files
authored
Fix incorrect newline in pull request template (flutter#36918)
1 parent f7a4517 commit ec1ba84

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
- [ ] I read the [Tree Hygiene] wiki page, which explains my responsibilities.
1111
- [ ] I read and followed the [Flutter Style Guide] and the [C++, Objective-C, Java style guides].
1212
- [ ] 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.
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 writing and running engine tests.
1514
- [ ] I updated/added relevant documentation (doc comments with `///`).
1615
- [ ] I signed the [CLA].
1716
- [ ] All existing and new tests are passing.

0 commit comments

Comments
 (0)