homebrew-cask/.github/PULL_REQUEST_TEMPLATE.md

21 lines
1.2 KiB
Markdown
Raw Normal View History

**Important:** *Do not tick a checkbox if you havent performed its action.* Honesty is indispensable for a smooth review process.
2016-03-31 21:44:49 +08:00
2021-06-01 23:34:57 +08:00
_In the following questions `<cask>` is the token of the cask you're submitting._
After making any changes to a cask, existing or new, verify:
2016-03-31 21:44:49 +08:00
- [ ] 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).
- [ ] `brew audit --cask --online <cask>` is error-free.
2021-06-01 23:34:57 +08:00
- [ ] `brew style --fix <cask>` reports no offenses.
2016-03-31 21:44:49 +08:00
Additionally, **if adding a new cask**:
2016-03-31 21:44:49 +08:00
- [ ] Named the cask according to the [token reference](https://docs.brew.sh/Cask-Cookbook#token-reference).
- [ ] Checked the cask was not [already refused](https://github.com/Homebrew/homebrew-cask/search?q=is%3Aclosed&type=pullrequests).
- [ ] Checked the cask is submitted to [the correct repo](https://docs.brew.sh/Acceptable-Casks#finding-a-home-for-your-cask).
- [ ] `brew audit --cask --new <cask>` worked successfully.
- [ ] `HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask>` worked successfully.
2021-06-01 23:34:57 +08:00
- [ ] `brew uninstall --cask <cask>` worked successfully.
---