diff --git a/_layouts/contribute.html b/_layouts/contribute.html index f6849f9ef0..1ec8f8393e 100644 --- a/_layouts/contribute.html +++ b/_layouts/contribute.html @@ -22,7 +22,7 @@

Contributing to Bazel

  • Contributing overview
  • Getting started
  • Contribution policy
  • -
  • Patch acceptance process
  • +
  • Making a Pull Request
  • Understanding the code base
  • Searching the code base
  • diff --git a/basics/patching.md b/basics/patching.md index c11e4cb924..ac2c72e8ae 100644 --- a/basics/patching.md +++ b/basics/patching.md @@ -1,9 +1,9 @@ --- layout: contribute -title: Patch acceptance process +title: Making a pull request --- -# Patch Acceptance Process (Life of a PR) +# Making a Pull Request (Patch Acceptance Process) This page outlines how contributors can propose and make changes to the Bazel code base.