Contributing Code
In software projects where there are many contributors, it's important to have coding standards.
- Coding Standards - These represent the core guidelines for writing Gallery 3 code. They cover standards for indentation, capitalization, naming conventions, white space, code commenting, and general PHP conventions. Also included are instructions for configuring text editors and IDEs so that they conform to these standards. This developer guide expands upon the core standards, eg. using t() for the internationalization of strings.
- Using GIT