Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 619 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (8 loc) · 619 Bytes

FontCustom Contributing Checklist

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.

A short list to help you get started:

  • 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 off master.
  • Run tests with guard.
  • Add/improve tests for your contributions.
  • Submit a pull request!