mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Only use feature requests in main repo
This commit is contained in:
@@ -62,7 +62,7 @@ If your issue persists, search for it before opening a new one. If you find an o
|
||||
## Requests
|
||||
|
||||
* Cask requests will be automatically closed. If you want a cask added, [submit a pull request](https://github.com/caskroom/homebrew-cask/blob/master/CONTRIBUTING.md#adding-a-cask).
|
||||
* For a feature request, [use this template](/issues/new?template=feature_request.md).
|
||||
* For a feature request, [use this template](https://github.com/caskroom/homebrew-cask/issues/new?template=02_feature_request.md).
|
||||
|
||||
## Questions? Wanna chat?
|
||||
|
||||
|
||||
@@ -32,8 +32,9 @@ function copy_templates_and_ci {
|
||||
|
||||
repo_name="${1}"
|
||||
rsync --archive --delete "${main_repo_dir}"/{.editorconfig,.gitattributes,.github,.gitignore,.travis.yml,ci,CODE_OF_CONDUCT.md} '.'
|
||||
rm '.github/ISSUE_TEMPLATE/02_feature_request.md' # Feature requests only make sense in the main repo
|
||||
/usr/bin/sed -i '' -E "s:homebrew-cask/(pulls|issues):${repo_name}/\1:" '.github/PULL_REQUEST_TEMPLATE.md' # PULL_REQUEST_TEMPLATE has repo-specific links
|
||||
|
||||
|
||||
# increase script.sh install cap for fonts repo
|
||||
if [[ "${repo_name}" == 'homebrew-fonts' ]]; then
|
||||
/usr/bin/sed -i '' -e 's:-le 3:-le 15:' -e 's:than 3 Casks:than 15 Casks:' 'ci/travis/script.sh'
|
||||
|
||||
Reference in New Issue
Block a user