Thanks for considering contributing to the Lost Type Co-op blog!
If you find a bug, please feel free to open an issue.
Taking the time to describe a problem, even a seemingly small one, is appreciated, and a totally valid contribution to this project. Thank you!
The CSS is all documented and shown in use in the Lost Type blog styleguide. If you’d like to build it locally, run the following command:
npm run styleguideThis uses the Node.js version of KSS to parse the CSS for comments and generate a static documentation site.
We love pull requests. Here’s a quick guide:
- Fork this repository and then clone it locally:
git clone https://github.com/losttype/blog.losttype.com- Create a topic branch for your changes:
git checkout -b fix-for-that-thing- Commit a failing test for the bug:
git commit -am "Adds a failing test to demonstrate that thing"- Commit a fix that makes the test pass:
git commit -am "Adds a fix for that thing!"- Run the tests:
npm test- If everything looks good, push to your fork:
git push origin fix-for-that-thing-
Enjoy being the wonderful person you are
After you’ve opened your pull request, you should email me your mailing address so I can mail you a personal thank you note. Seriously!
Thinking of adding a new feature? Cool! Open an issue and let’s design it together.