| 12345678910111213141516171819202122232425262728293031 | .. _chapter-contributing:=============Contributions=============We welcome contributions to Ceres, whether they are new features, bugfixes or tests. The Ceres mailing list [#f1]_ is the best place forall development related discussions. Please consider joining it. Ifyou have ideas on how you would like to contribute to Ceres, it is agood idea to let us know on the mailinglist before you startdevelopment. We may have suggestions that will save effort when tryingto merge your work into the main branch. If you are looking for ideas,please let us know about your interest and skills and we will be happyto make a suggestion or three.We follow Google's C++ Style Guide [#f2]_ and use ``git`` for versioncontrol.Gerrit Instructions===================TBD.. rubric:: Footnotes.. [#f1] http://groups.google.com/group/ceres-solver.. [#f2] http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml
 |