File: CONTRIBUTING.md

package info (click to toggle)
ruby-mustache 1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 620 kB
  • sloc: ruby: 2,712; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 545 bytes parent folder | download
1
2
3
4
5
# Contributing

## Building the manual

The Mustache Manual — [mustache(5)](http://mustache.github.io/mustache.5.html) and [mustache(1)](http://mustache.github.io/mustache.1.html) — is automatically generated by [Ronn](http://rtomayko.github.io/ronn/). To update the manual, edit [mustache.5.ronnn](https://github.com/mustache/mustache/blob/master/man/mustache.5.ronn) and [mustache.1.ronn](https://github.com/mustache/mustache/blob/master/man/mustache.5.ronn), then run `rake man`. Commit all compiled manual files and open a pull request!