Process used by committers to review and submit patches

  1. Make sure that there is an issue for the patch(s) you are about to commit in our Jira issue tracker

  2. Check out the latest version of the source code

  3. git clone https://github.com/apache/thrift.git thrift

  4. Apply the patch

  5. curl https://issues.apache.org/jira/... |git apply --ignore-space-change

or