I love to get pull requests from everyone. By participating in this project, you agree to abide by the code of conduct.
Fork, then clone the repo:
git clone [email protected]:your-username/jekyll-typogrify.git
Set up your machine:
make setup
Make sure the tests pass
make test
Make your change. Add tests for your change. Make the tests pass:
make test
Push to your fork and submit a pull request.