.. libCellML Review Process:: ============== Review Process ============== Check for the Green Tick ======================== Before accepting a tranche of work into the libCellML prime repository check that `Buildbot `_ has tested and passed the code. The status of the code is shown in the last commit of a pushed group of commits in the pull request. The last commit will have a red cross for a failed build or a green tick for a passed build. Obviously, make sure that the last commit has a green tick before merging. Read the Documentation ====================== The documentation for the project is built as part of the testing process. The details link at the bottom of the pull request web page will take you to the `Buildbot `_ build of the library. This page shows the results of the unit tests for each target operating system, the results of the coverage test, the results of the memory check test, and the results of the documentation build. The Documentation Builder link (entry 2 in step 5) will take you to the build for the documentation. On this page, you can see the steps taken to build the documentation. In the last step of the build (step 7), there is a link 'dox' (entry 2) that will take you to the built documentation. The documentation should be reviewed in its final format particularly those parts of the documentation that (should) have changed due to the current pull request. The API documentation (generated by `Doxygen `_) can be reached from the :doc:`API Documentation ` page. The coverage statistics for the library (generated from `gcovr `_) can be reached through the :doc:`Coverage Statistics ` page. Comments Resolved ================= All comments on the pull request and associated issue should be responded to and satisfied. It is the reviewers responsibility to check that this has happened before merging the pull request. Coding Standard =============== Currently, there is no fully defined libCellML coding standard set, but the `Google C++ Style Guide `_ can be considered a baseline for the standard of code that is expected for libCellML. See the :doc:`Coding Standards ` document for deviations from this guideline. Merging ======= When merging a pull request, the reviewer should add a comment so that the corresponding issue is closed. This can be done by adding a directive to the merge commit, like so:: closes #123 where the numeral corresponds to the issue that needs to be closed. You can use other directives that will achieve the same outcome, `here `_ is a list of all directives that will work on `GitHub `_.