First, thanks for your interest in making FontCustom better! This project was born out of an over-heard conversation between two devs in a coffee shop — it's come a long ways thanks to the support of kind folks like you.
- Check out issues for ideas. Is someone else working on something similar?
- Fork the repo and work out of a named topic branch, a la
git checkout -b my_sweet_contribution
. Please don't work directly offmaster
. - Run tests with
guard
. - Add/improve tests for your contributions.
- Submit a pull request!