From ed4cc753d140914a1315046be12fd48fc953ee32 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Wed, 11 Dec 2019 22:50:09 +0000 Subject: [PATCH] docs: Make 'how to open a PR' title match filename - This is a bit of a cheat to get around the titlecase lint. But I wasn't sure whether to ignore it or not. And there've been previous comments about making filenames match titles, so... --- docs/How-To-Open-a-Homebrew-Pull-Request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/How-To-Open-a-Homebrew-Pull-Request.md b/docs/How-To-Open-a-Homebrew-Pull-Request.md index 0041845266..7d1a986df4 100644 --- a/docs/How-To-Open-a-Homebrew-Pull-Request.md +++ b/docs/How-To-Open-a-Homebrew-Pull-Request.md @@ -1,4 +1,4 @@ -# How To Open a Homebrew Pull Request (and get it merged) +# How To Open a Homebrew Pull Request The following commands are used by Homebrew contributors to set up a fork of Homebrew's Git repository on GitHub, create a new branch and create a GitHub pull request ("PR") of the changes in that branch.