PULL_REQUEST_TEMPLATE: Add a checklist item for brew man
- I've been changing command flags recently. I always forget to run `brew man`, then I feel bad about causing red CI on my PRs. This has happened to others too, so make `brew man` more obvious as a thing that one should check.
This commit is contained in:
parent
cc04f3de07
commit
34ea8cbc9d
1
.github/PULL_REQUEST_TEMPLATE.md
vendored
1
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -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 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 style` with your changes locally?
|
||||||
- [ ] Have you successfully run `brew tests` 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?
|
||||||
|
|
||||||
-----
|
-----
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user