Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 839 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 839 Bytes

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 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 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!