Add doctor and style to checklist.

Ensures that contributors know about `brew doctor` and `brew style` before submitting a PR, since CI fails on `brew style` breaches.
This commit is contained in:
Simon B 2018-01-23 01:02:40 +01:00
parent ace2d569dc
commit 480a25aef9

View File

@ -2,6 +2,8 @@
- [ ] 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 doctor` with your changes locally?
- [ ] Have you successfully run `brew tests` with your changes locally?
-----