Thanks for helping make Font Custom 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 folks like you.
We try to follow the Github ruby styleguide as much as possible.
If you catch a typo or a particularly unsightly piece of code — please do let us know. No such thing as too small of an improvement.
- Visit issues for ideas.
- Fork the repo if you haven't done so already.
master
== current stable release- Create a topic branch.
git checkout -b my_sweet_feature
- Add your tests. Run tests with
rake
. - Develop your feature.
- Once all tests are passing, submit a pull request!