Actions
Coding Standards » History » Revision 1
Revision 1/14
| Next »
Eric Davis, 2010-08-19 03:10
Basic coding standards
Coding Standards¶
Ruby and Rails Code¶
TODO: until then, follow the basic Ruby and Rails standards.
Javascript¶
TODO
CSS¶
TODO
Commits¶
Commits should be formatted as below. If you are contributed via git, this will save the committer a bunch of time:
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
Updated by Eric Davis over 14 years ago · 1 revisions