At 3YOURMIND we struggled a long time with the Code Review process. This process begins with creating the pull request in first place. To make this approachable by all team members, including QA and new colleagues who are maybe inexperienced with this process, we tried to interfacivize the common process to give team members an idea on what the pull request was created.
We highly believe in this tool and nearly all of our Pull Requests are created with this tool. It is saving the teams of 3YOURMIND a lot of time since developers now create pull requests in a repeatable way.
If you want to use the application please use the production extensions. You can find it in the Chrome Store or in the Firefox store.
For the development version you need to use npm or yarn.
npm install
yarn install
This architecture is created to create the best reusability of this code. This
project has one base module which is called fire-pr-core
and will be the base
for the official fire-pr-cli
and fire-pr-web
. This will also be shown in the
following diagram:
Copyright (c) 2017-present, 3YOURMIND GmbH