PR template: Separate checklist from body; grammar fix (#136)

This commit is contained in:
Andrew Janke 2016-05-03 00:29:58 -04:00
parent 8284fb3fef
commit a98eb34073

View File

@ -2,4 +2,6 @@
- [ ] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/Homebrew/brew/pulls) for the same change?
- [ ] Have you added an explanation of what your changes do and why you'd like us to include them?
- [ ] Have you written new tests for your changes? [Here's an example](https://github.com/Homebrew/homebrew/pull/49031).
- [ ] Have you successfully ran `brew tests` with your changes locally?
- [ ] Have you successfully run `brew tests` with your changes locally?
-----