From 24c5ba20e78843fbb79183894aa46c58e7570435 Mon Sep 17 00:00:00 2001 From: Sven Tiffe <63734962+sventiffe@users.noreply.github.com> Date: Tue, 16 Nov 2021 10:51:05 +0100 Subject: [PATCH] Renaming "Patch acceptance process" to "Making a Pull Request" (#335) * Update contribute.html * Update patching.md --- _layouts/contribute.html | 2 +- basics/patching.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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.