Jonny Borges
Committed by GitHub

Update pull_request_template.md

@@ -5,5 +5,5 @@ Every PR must update the corresponding documentation in the `code`, and also the @@ -5,5 +5,5 @@ Every PR must update the corresponding documentation in the `code`, and also the
5 ## Pre-launch Checklist 5 ## Pre-launch Checklist
6 6
7 - [ ] I updated/added relevant documentation (doc comments with `///`). 7 - [ ] I updated/added relevant documentation (doc comments with `///`).
8 -- [ ] I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test-exempt. 8 +- [ ] I added new tests to check the change I am making or feature I am adding, or @jonataslaw said the PR is test-exempt.
9 - [ ] All existing and new tests are passing. 9 - [ ] All existing and new tests are passing.