A review process can be initiated by a hot fix, a new feature implementation or even any code change that want such review of another committer of the project.

A contributor can start the review process through a PR on GitHub <link> but should also be backed by and update a Jira task.

Alternatively the review process can be started through reviews.apache.org and follow the steps:

 

- Create a patch/diff from your change

- Upload the file to the review-board

- Update the JIRA task with the review link so your reviewer can also refer to the task for history and specification details if available in the task. 
 

Ideally we should also automate the process of requesting reviews through git tooling if possible.

 

  • No labels