Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 550 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (11 loc) · 550 Bytes

Contributing

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.