Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
Renaming "Patch acceptance process" to "Making a Pull Request" (#335)
Browse files Browse the repository at this point in the history
* Update contribute.html

* Update patching.md
  • Loading branch information
sventiffe authored Nov 16, 2021
1 parent ca10c04 commit 24c5ba2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _layouts/contribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h3>Contributing to Bazel</h3>
<li><a href="/contributing.html">Contributing overview</a></li>
<li><a href="/basics/getting_started.html">Getting started</a></li>
<li><a href="/governance.html">Contribution policy</a></li>
<li><a href="/basics/patching.html">Patch acceptance process</a></li>
<li><a href="/basics/patching.html">Making a Pull Request</a></li>
<li><a href="https://github.com/bazelbuild/bazel/blob/master/CODEBASE.md">Understanding the code base</a></li>
<li><a href="/browse-and-search-user-guide.html">Searching the code base</a></li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions basics/patching.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 24c5ba2

Please sign in to comment.