brew
https://github.com/homebrew/brew
Ruby
🍺 The missing package manager for macOS
UnpackStrategy::Zip#contains_extended_attributes?
No Docs, write some!
Edit
git clone [email protected]:homebrew/brew.git
cd brew
open Library/Homebrew/unpack_strategy/zip.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-UnpackStrategy--Zip-contains_extended_attributes--for-pr
# Commit to gitgit add Library/Homebrew/unpack_strategy/zip.rbgit commit -m "better docs for UnpackStrategy::Zip#contains_extended_attributes?"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-UnpackStrategy--Zip-contains_extended_attributes--for-pr
hub pull-request
# Celebrate!