Merge pull request #8767 from issyl0/update-pr-template-brew-man

PULL_REQUEST_TEMPLATE: Add a checklist item for `brew man`
This commit is contained in:
Dawid Dziurla 2020-09-18 19:31:45 +02:00 committed by GitHub
commit 227da3aa00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,5 +4,6 @@
- [ ] Have you written new tests for your changes? [Here's an example](https://github.com/Homebrew/brew/blob/HEAD/Library/Homebrew/test/PATH_spec.rb).
- [ ] Have you successfully run `brew style` with your changes locally?
- [ ] Have you successfully run `brew tests` with your changes locally?
- [ ] Have you successfully run `brew man` locally and committed any changes?
-----