Sameer Agarwal | 3d87b72 | 2013-02-02 00:49:31 -0800 | [diff] [blame] | 1 | .. _chapter-contributing: |
| 2 | |
| 3 | ============= |
| 4 | Contributions |
| 5 | ============= |
| 6 | |
| 7 | |
| 8 | We welcome contributions to Ceres, whether they are new features, bug |
| 9 | fixes or tests. The Ceres mailing list [#f1]_ is the best place for |
| 10 | all development related discussions. Please consider joining it. If |
| 11 | you have ideas on how you would like to contribute to Ceres, it is a |
| 12 | good idea to let us know on the mailinglist before you start |
| 13 | development. We may have suggestions that will save effort when trying |
| 14 | to merge your work into the main branch. If you are looking for ideas, |
| 15 | please let us know about your interest and skills and we will be happy |
| 16 | to make a suggestion or three. |
| 17 | |
| 18 | We follow Google's C++ Style Guide [#f2]_ and use ``git`` for version |
| 19 | control. |
| 20 | |
| 21 | |
| 22 | Gerrit Instructions |
| 23 | =================== |
| 24 | |
| 25 | TBD |
Sameer Agarwal | e2e857a | 2013-02-04 19:40:45 -0800 | [diff] [blame] | 26 | |
| 27 | |
Sameer Agarwal | 3d87b72 | 2013-02-02 00:49:31 -0800 | [diff] [blame] | 28 | .. rubric:: Footnotes |
| 29 | |
| 30 | .. [#f1] http://groups.google.com/group/ceres-solver |
| 31 | .. [#f2] http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml |