Add documentation styleguide to CONTRIBUBING.md

Esse commit está contido em:
Kevin Sawicki
2014-02-06 14:20:08 -08:00
commit 1ab12b436a
+8
Ver Arquivo
@@ -61,3 +61,11 @@ in the proper package's repository.
* Set parameter defaults without spaces around the equal sign
* `clear = (count=1) ->` instead of `clear = (count = 1) ->`
## Documentation Styleguide
* Use [TomDoc](http://tomdoc.org/).
* Use [Markdown](https://daringfireball.net/projects/markdown/).
* Reference classes with `{ClassName}` style notation.
* Delegate to comments elsewhere with `{Delegates to: ClassName.methodName}`
style notation.