Coding Standards » History » Revision 2
Revision 1 (Eric Davis, 2010-08-19 03:10) → Revision 2/14 (Eric Davis, 2010-08-19 03:12)
{{toc}}
h1. Coding Standards
h2. Ruby and Rails Code
TODO: until then, follow the basic Ruby and Rails standards.
h2. Javascript
TODO
h2. CSS
TODO
h2. Commits
Commits should be formatted as below. If you are contributed via git, this will save the committer a bunch of time:
<pre>
Short summary of your commit, 72 characters. #nnnn
(This is optional) Longer description of the change, including a
list of what changed if it's a major change. Limit each line to 72
characters and use basic textile (* for lists).
Contributed by Your Name
</pre>