aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2018-01-23 10:17:17 +0000
committerGitHub2018-01-23 10:17:17 +0000
commite056e85078c5a8e79d187508cf391b9cd47ab2cf (patch)
treeb6dc3bd695b74789744e411b75f6305e6b29b68c
parentace2d569dcd3a45d0fc49a6742540b6f7a957fbc (diff)
parent84ab3d07430d596ee83c1ca8ab894a93ea6c4a43 (diff)
downloadbrew-e056e85078c5a8e79d187508cf391b9cd47ab2cf.tar.bz2
Merge pull request #3722 from sesam/add-doc-and-style-to-pr-template
Add doctor and style to checklist.
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 3061f42b6..f7730b6e2 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -2,6 +2,7 @@
- [ ] 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 run `brew style` with your changes locally?
- [ ] Have you successfully run `brew tests` with your changes locally?
-----