From 5100feebd3c5adafdbe54a0bb389180d06d6f92e Mon Sep 17 00:00:00 2001
From: TAKAHASHI Shuuji <shuuji3@gmail.com>
Date: Wed, 2 Oct 2024 01:15:42 +0900
Subject: [PATCH] Fix "GitHub" capitalization (#6806)

Signed-off-by: TAKAHASHI Shuuji <shuuji3@gmail.com>
---
 .github/SECURITY.md     | 4 ++--
 GOVERNANCE.md           | 4 ++--
 Makefile.docker         | 2 +-
 README.md               | 4 ++--
 man/coredns-dnstap.7    | 2 +-
 plugin/dnstap/README.md | 2 +-
 6 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/.github/SECURITY.md b/.github/SECURITY.md
index fd8cc5bfa..9a09a537d 100644
--- a/.github/SECURITY.md
+++ b/.github/SECURITY.md
@@ -24,7 +24,7 @@ The initial Product Security Team will consist of the set of maintainers that vo
 ### Private Disclosure Processes
 
 If you find a security vulnerability or any security related issues,
-please DO NOT file a public issue. Do not create a Github issue.
+please DO NOT file a public issue. Do not create a GitHub issue.
 Instead, send your report privately to security@coredns.io.
 Security reports are greatly appreciated and we will publicly thank you for it.
 
@@ -94,7 +94,7 @@ so that a realistic timeline can be communicated to users.
 
 **Disclosure of Forthcoming Fix to Users** (Completed within 1-7 days of Disclosure)
 
-- The Fix Lead will create a github issue in CoreDNS project to inform users that a security vulnerability
+- The Fix Lead will create a GitHub issue in CoreDNS project to inform users that a security vulnerability
 has been disclosed and that a fix will be made available, with an estimation of the Release Date.
 It will include any mitigating steps users can take until a fix is available.
 
diff --git a/GOVERNANCE.md b/GOVERNANCE.md
index 69e482ebf..6cc052890 100644
--- a/GOVERNANCE.md
+++ b/GOVERNANCE.md
@@ -36,7 +36,7 @@ maintainers.
 
 Every Maintainer is listed in the
 [CODEOWNERS](https://github.com/coredns/coredns/blob/master/CODEOWNERS)
-file, with their Github handle.
+file, with their GitHub handle.
 
 A Maintainer should be a member of `maintainers@coredns.io`, although this is not a hard requirement.
 
@@ -107,7 +107,7 @@ The decision-making process should be transparent to adhere to the CoreDNS Code
 All proposals, ideas, and decisions by maintainers or the steering committee
 should either be part of a GitHub issue or PR, or be sent to `maintainers@coredns.io`.
 
-## Github Project Administration
+## GitHub Project Administration
 
 The __coredns__ GitHub project maintainers team reflects the list of Maintainers.
 
diff --git a/Makefile.docker b/Makefile.docker
index c75f3cfd3..eb7e8ae07 100644
--- a/Makefile.docker
+++ b/Makefile.docker
@@ -68,7 +68,7 @@ endif
 	@mkdir -p build/docker
 	@# 1. Copy appropriate coredns binary to build/docker/<arch>
 	@# 2. Copy Dockerfile into the correct dir as well.
-	@# 3. Unpack the tgz from github into 'coredns' binary.
+	@# 3. Unpack the tgz from GitHub into 'coredns' binary.
 	for arch in $(LINUX_ARCH); do \
 		mkdir build/docker/$${arch}; \
 		curl -L $(GITHUB)/v$(VERSION)/coredns_$(VERSION)_linux_$${arch}.tgz > build/docker/$${arch}/coredns.tgz && \
diff --git a/README.md b/README.md
index 01101e1f9..88ba3d127 100644
--- a/README.md
+++ b/README.md
@@ -256,9 +256,9 @@ When no transport protocol is specified the default `dns://` is assumed.
 
 ## Community
 
-We're most active on Github (and Slack):
+We're most active on GitHub (and Slack):
 
-- Github: <https://github.com/coredns/coredns>
+- GitHub: <https://github.com/coredns/coredns>
 - Slack: #coredns on <https://slack.cncf.io>
 
 More resources can be found:
diff --git a/man/coredns-dnstap.7 b/man/coredns-dnstap.7
index 3dbb0f958..6d3990250 100644
--- a/man/coredns-dnstap.7
+++ b/man/coredns-dnstap.7
@@ -71,7 +71,7 @@ dnstap tcp://127.0.0.1:6000 full
 .SH "COMMAND LINE TOOL"
 .PP
 Dnstap has a command line tool that can be used to inspect the logging. The tool can be found
-at Github: https://github.com/dnstap/golang-dnstap
+at GitHub: https://github.com/dnstap/golang-dnstap
 \[la]https://github.com/dnstap/golang-dnstap\[ra]. It's written in Go.
 
 .PP
diff --git a/plugin/dnstap/README.md b/plugin/dnstap/README.md
index 0d0919c11..5ec188d3b 100644
--- a/plugin/dnstap/README.md
+++ b/plugin/dnstap/README.md
@@ -101,7 +101,7 @@ dnstap tcp://example.com:6000
 ## Command Line Tool
 
 Dnstap has a command line tool that can be used to inspect the logging. The tool can be found
-at Github: <https://github.com/dnstap/golang-dnstap>. It's written in Go.
+at GitHub: <https://github.com/dnstap/golang-dnstap>. It's written in Go.
 
 The following command listens on the given socket and decodes messages to stdout.