From 79c0e83f9259fd5421162e668751647df9c39083 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Thu, 20 Jun 2024 19:23:59 +1000 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md This checkbox isn't relevant anymore now that `homebrew-cask-fonts`, `homebrew-cask-drivers`, and `homebrew-cask-versions` have been deprecated. --- .github/PULL_REQUEST_TEMPLATE.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d3ecd997ecf08..2fab7418d0cbe 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,7 +12,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/search?q=repo%3AHomebrew%2Fhomebrew-cask+is%3Aclosed+is%3Aunmerged+&type=pullrequests) (add your cask's name to the end of the search field). -- [ ] 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 ` worked successfully. - [ ] `HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask ` worked successfully. - [ ] `brew uninstall --cask ` worked successfully.