Hi all,
For our dev team we need to conduct code reviews regularly. Our core requirements are:
- It is hosted somewhere so we don't have to bother with supporting the infrastructure for it
- It can integrate with our existing git repository
- It has simple and straightforward work flow: create a code review request based on the differences between revisions, review with inline comments by reviewer, assign back to author/approve.
(1) is the most crucial requirement - we can't be asked to host the damn thing ourselves!
Thanks in advance!