Merge pull request #194004 from Homebrew/bump-binance-1.54.4
[Homebrew/homebrew-cask.git] / .github / PULL_REQUEST_TEMPLATE.md
blob2fab7418d0cbe4f5bc8e61525bab9f04c2913d45
1 **Important:** *Do not tick a checkbox if you haven’t performed its action.* Honesty is indispensable for a smooth review process.
3 _In the following questions `<cask>` is the token of the cask you're submitting._
5 After making any changes to a cask, existing or new, verify:
7 - [ ] The submission is for [a stable version](https://docs.brew.sh/Acceptable-Casks#stable-versions) or [documented exception](https://docs.brew.sh/Acceptable-Casks#but-there-is-no-stable-version).
8 - [ ] `brew audit --cask --online <cask>` is error-free.
9 - [ ] `brew style --fix <cask>` reports no offenses.
11 Additionally, **if adding a new cask**:
13 - [ ] Named the cask according to the [token reference](https://docs.brew.sh/Cask-Cookbook#token-reference).
14 - [ ] Checked the cask was not [already refused](https://github.com/search?q=repo%3AHomebrew%2Fhomebrew-cask+is%3Aclosed+is%3Aunmerged+&type=pullrequests) (add your cask's name to the end of the search field).
15 - [ ] `brew audit --cask --new <cask>` worked successfully.
16 - [ ] `HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask>` worked successfully.
17 - [ ] `brew uninstall --cask <cask>` worked successfully.
19 ---