Skip to content
Grigor Yeghiazaryan edited this page Jul 28, 2013 · 7 revisions

General

  • Don't comment out unused code. Instead go ahead and delete. The git stores the whole history, so we can restore the code if needed.
  • Do a diff before commit. Make sure you are not making unnecessary changes. For example your code editor may have different settings for TAB or newline and that can alter all lines

CSS

  • Freecar uses LESS. Don't directly edit the CSS. Instead edit the appropriate .less source file and compile to CSS.

Issues

  • If you want to create an issue first look through the open issues and make sure there is no other issue for the same problem.
Clone this wiki locally