Add brew typecheck to pull request template.

This commit is contained in:
Markus Reiter 2020-11-13 14:38:54 +01:00
parent baac12b0bd
commit d81f9bc6d4

View File

@ -3,6 +3,7 @@
- [ ] 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/brew/blob/HEAD/Library/Homebrew/test/PATH_spec.rb).
- [ ] Have you successfully run `brew style` with your changes locally?
- [ ] Have you successfully run `brew typecheck` 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?