- Look for and complete the section relevant to your submission. Delete the others, including these
Instructions
. {{cask_file}}
represents the cask file you’re submitting/editing (if applicable).- If there’s a checkbox you can’t complete for any reason, that’s OK. Just explain in detail why you weren’t able to do so.
- Commit message includes cask’s name (and new version, if applicable).
-
brew cask audit --download {{cask_file}}
is error-free. -
brew cask style --fix {{cask_file}}
left no offenses.
- Checked there aren’t open pull requests for the same cask.
- Checked there aren’t closed issues where that cask was already refused.
- When naming the cask, followed the token reference.
- Commit message includes cask’s name.
-
brew cask audit --download {{cask_file}}
is error-free. -
brew cask style --fix {{cask_file}}
left no offenses. -
brew cask install {{cask_file}}
worked successfully. -
brew cask uninstall {{cask_file}}
worked successfully.
- Followed hacking.md.