homebrew-cask/.github/PULL_REQUEST_TEMPLATE.md

1.4 KiB
Raw Blame History

Instructions
  • Look for and complete the section relevant to your submission. Delete the others, including these Instructions.
  • {{cask_file}} represents the cask file youre submitting/editing (if applicable).
  • If theres a checkbox you cant complete for any reason, thats OK. Just explain in detail why you werent able to do so.

Changes to a cask

Editing an existing cask

  • Commit message includes casks name (and new version, if applicable).
  • brew cask audit --download {{cask_file}} is error-free.
  • brew cask style --fix {{cask_file}} left no offenses.

Adding a new cask

  • Checked there arent open pull requests for the same cask.
  • Checked there arent closed issues where that cask was already refused.
  • When naming the cask, followed the token reference.
  • Commit message includes casks 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.

Changes to the core