From 52f4025c619edccac4d38cf7903e011afc732b50 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Wed, 19 May 2021 12:52:28 -0400 Subject: [PATCH] docs: rename core maintainer guide for consistency --- ...-Checklist.md => Homebrew-homebrew-core-Maintainer-Guide.md} | 0 docs/Maintainer-Guidelines.md | 2 +- docs/README.md | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename docs/{Homebrew-homebrew-core-Merge-Checklist.md => Homebrew-homebrew-core-Maintainer-Guide.md} (100%) diff --git a/docs/Homebrew-homebrew-core-Merge-Checklist.md b/docs/Homebrew-homebrew-core-Maintainer-Guide.md similarity index 100% rename from docs/Homebrew-homebrew-core-Merge-Checklist.md rename to docs/Homebrew-homebrew-core-Maintainer-Guide.md diff --git a/docs/Maintainer-Guidelines.md b/docs/Maintainer-Guidelines.md index b74b08bf5c..4689c0f2bf 100644 --- a/docs/Maintainer-Guidelines.md +++ b/docs/Maintainer-Guidelines.md @@ -15,7 +15,7 @@ but there are four main teams that maintainers tend to be a part of: - `brew` maintainers: this team maintains the [`Homebrew/brew`](https://github.com/Homebrew/brew) repository. See the [Homebrew/brew Maintainer Guide](Homebrew-brew-Maintainer-Guide.md) for more details about being a `brew` maintainer. - Core maintainers: this team maintains the [`Homebrew/homebrew-core`](https://github.com/Homebrew/homebrew-core) - repository. See the [Homebrew/homebrew-core Maintainer Guide](Homebrew-homebrew-core-Merge-Checklist.md) + repository. See the [Homebrew/homebrew-core Maintainer Guide](Homebrew-homebrew-core-Maintainer-Guide.md) for more details about being a core maintainer. - Linux maintainers: this team maintains the [`Homebrew/linuxbrew-core`](https://github.com/Homebrew/linuxbrew-core) repository. See the [Homebrew/linuxbrew-core Maintainer Guide](Homebrew-linuxbrew-core-Maintainer-Guide.md) diff --git a/docs/README.md b/docs/README.md index df46165646..7a2cc53a50 100644 --- a/docs/README.md +++ b/docs/README.md @@ -62,7 +62,7 @@ - [Maintainer Guidelines](Maintainer-Guidelines.md) - [Homebrew/brew Maintainer Guide](Homebrew-brew-Maintainer-Guide.md) -- [Homebrew/homebrew-core Maintainer Guide](Homebrew-homebrew-core-Merge-Checklist.md) +- [Homebrew/homebrew-core Maintainer Guide](Homebrew-homebrew-core-Maintainer-Guide.md) - [Homebrew/linuxbrew-core Maintainer Guide](Homebrew-linuxbrew-core-Maintainer-Guide.md) - [Homebrew/homebrew-cask Maintainer Guide](Homebrew-homebrew-cask-Maintainer-Guide.md)