##// END OF EJS Templates
dependencies: Add futures as a dependency of Gunicorn....
dependencies: Add futures as a dependency of Gunicorn. Gunicorn needs futures on Python 2 when used with multiple threads per worker. This is addressing issue #3995.

File last commit:

r1:854a839a default
r143:578aa36d default
Show More
code-review.rst
27 lines | 1.0 KiB | text/x-rst | RstLexer

Code Review

|RCM| provides two ways in which you can review code. You can review |prs| or commits. To better understand |prs|, see the :ref:`pull-requests-ref` and :ref:`collaborate-ref` sections. For more information about why code review matters, see these posts on the topic:

You can also use the |RCE| API set up continuous integration servers to leave comments from a test suite. See the :ref:`api` and :ref:`integrations-ref` sections for examples on how to set this up.