You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.5 KiB
1.5 KiB
If there’s a checkbox you can’t complete for any reason, that's okay, just explain in detail why you weren’t able to do so.
After making all changes to the cask:
brew cask audit --download {{cask_file}}
is error-free.brew cask style --fix {{cask_file}}
reports no offenses.- The commit message includes the cask’s name and version.
Additionally, if updating a cask:
- If the
sha256
changed but theversion
didn’t,
provide public confirmation by the developer: {{link}}
Additionally, if adding a new cask:
- Named the cask according to the token reference.
brew cask install {{cask_file}}
worked successfully.brew cask uninstall {{cask_file}}
worked successfully.- Checked there are no open pull requests for the same cask.
- Checked the cask was not already refused in closed issues.
- Checked the cask is submitted to the correct repo.