mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Replace undocumented flag in PR template
Flag `--new-cask` is not listed in manpage for `brew audit`, and from implementation it's the same as `--new` and `--new-formula`. For cask tap, `--cask --new` is better. See - https://docs.brew.sh/Manpage#audit-options-formulacask- - https://github.com/Homebrew/brew/blob/4.1.23/Library/Homebrew/dev-cmd/audit.rb
This commit is contained in:
@@ -13,6 +13,6 @@ Additionally, **if adding a new cask**:
|
||||
- [ ] 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=Issues).
|
||||
- [ ] Checked the cask is submitted to [the correct repo](https://docs.brew.sh/Acceptable-Casks#finding-a-home-for-your-cask).
|
||||
- [ ] `brew audit --new-cask <cask>` worked successfully.
|
||||
- [ ] `brew audit --cask --new <cask>` worked successfully.
|
||||
- [ ] `brew install --cask <cask>` worked successfully.
|
||||
- [ ] `brew uninstall --cask <cask>` worked successfully.
|
||||
|
||||
Reference in New Issue
Block a user