Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add backport section to contributing docs
Add a section on how we do backports and what the merge policy is. Recently I backported a patch by pushing directly to the `0.32.x` release branch but this is not an optimal process because it leaves no history on github. Instead PR backports in like we do for patching `master` but allow one-ACK merging if the backport is a straight cherry pick of a patch from `master`.
- Loading branch information