Separate checklist from PR description.

This commit is contained in:
Josh Matthews 2016-05-24 15:27:10 -04:00
parent 7b17251cd9
commit ac757b40ec

View file

@ -1,7 +1,10 @@
Replace this paragraph with a description of the changes, then follow the instructions in the next section.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [ ] `./mach build -d` does not report any errors
- [ ] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ <!-- (github issue number if applicable). -->
- [ ] These changes fix #__ (github issue number if applicable).
<!-- Either: -->
- [ ] There are tests for these changes OR