So you want to contribute to the project. THIS IS GREAT NEWS! Seriously. We're all pretty happy about this. All of the instructions for contributing from the homebrew-cask project apply, and won't be repeated here. The only changes concern getting set up to contribute, and some small rules for casks:
- Fork the repository in GitHub with the 'Fork' button
- Add your GitHub fork as a remote for your homebrew-cask Tap
github_user='<my-github-username>'
cd $(brew --prefix)/Library/Taps/caskroom/homebrew-eid
git remote add $github_user https://github.com/$github_user/homebrew-eid
All Cask names and tokens should be of the form eid-<country-code>
.
In addition, all Casks should have at least two standard name
fields where only the country name changes:
name 'Electronic identity card software for <Country>'
name 'eID <Country>'
If the software has another official name, it should be set above these.