Sha256: 398181fcf6e43e0068410bbc0a5b3892359865f545e985ba546ea7ebf24a3745
Contents?: true
Size: 839 Bytes
Versions: 5
Compression:
Stored size: 839 Bytes
Contents
# Contributor Guidelines 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. ## Conventions We try to follow the [Github ruby styleguide](https://github.com/styleguide/ruby) 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. ## Process * Visit [issues](https://github.com/FontCustom/fontcustom/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!
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
fontcustom-1.1.0.pre2 | CONTRIBUTING.md |
fontcustom-1.1.0.pre | CONTRIBUTING.md |
fontcustom-1.0.1 | CONTRIBUTING.md |
fontcustom-1.0.0 | CONTRIBUTING.md |
fontcustom-1.0.0.pre2 | CONTRIBUTING.md |