Skip to content

Commit

Permalink
Fix "GitHub" capitalization (coredns#6806)
Browse files Browse the repository at this point in the history
Signed-off-by: TAKAHASHI Shuuji <[email protected]>
  • Loading branch information
shuuji3 authored Oct 1, 2024
1 parent 022fbd8 commit 5100fee
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected].
Security reports are greatly appreciated and we will publicly thank you for it.

Expand Down Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions GOVERNANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `[email protected]`, although this is not a hard requirement.

Expand Down Expand Up @@ -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 `[email protected]`.

## Github Project Administration
## GitHub Project Administration

The __coredns__ GitHub project maintainers team reflects the list of Maintainers.

Expand Down
2 changes: 1 addition & 1 deletion Makefile.docker
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion man/coredns-dnstap.7
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugin/dnstap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 5100fee

Please sign in to comment.