aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAndrew Janke2016-05-03 00:29:58 -0400
committerAndrew Janke2016-05-03 00:29:58 -0400
commita98eb34073e8d7bd460cc981b5bbf492c92e1b09 (patch)
tree2c0738b015b3823c2c37af1f8c29f2dfa19c393c /.github
parent8284fb3fef9860a67f3303f17cb6fd99a2ebc168 (diff)
downloadbrew-a98eb34073e8d7bd460cc981b5bbf492c92e1b09.tar.bz2
PR template: Separate checklist from body; grammar fix (#136)
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index cbf5afb75..70cc4bb85 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -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?
+
+-----