### All Submissions: - [ ] Have you followed the guidelines in our [Contributing](https://github.com/Homebrew/homebrew/blob/master/.github/CONTRIBUTING.md) document? - [ ] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/Homebrew/homebrew/pulls) for the same update/change? _You can erase any parts of this template not applicable to your Pull Request._ ### New Formulae Submissions: - [ ] Does your submission pass `brew audit --strict --online ` (where `` is the name of the formula you're submitting)? - [ ] Have you built your formula locally prior to submission with `brew install `? ### Changes to Homebrew's Core: - [ ] 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 core changes, as applicable? [Here's an example](https://github.com/Homebrew/homebrew/pull/49031) if you'd like one. - [ ] Have you successfully ran `brew tests` with your changes locally?