middleman
https://github.com/middleman/middleman
Ruby
Hand-crafted frontend development
LinksInBold#link
No Docs, write some!
Edit
git clone [email protected]:middleman/middleman.git
cd middleman
open middleman-core/fixtures/custom-renderers/links_in_bold.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-LinksInBold-link-for-pr
# Commit to gitgit add middleman-core/fixtures/custom-renderers/links_in_bold.rbgit commit -m "better docs for LinksInBold#link"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-LinksInBold-link-for-pr
hub pull-request
# Celebrate!