Fix GitHub spelling

Signed-off-by: Frieder Bluemle <frieder.bluemle@gmail.com>
This commit is contained in:
Frieder Bluemle 2017-10-05 00:38:09 +08:00
parent b8571fd81c
commit b80472cef4
No known key found for this signature in database
GPG Key ID: EEAAFC3A01B5FFC6
13 changed files with 21 additions and 21 deletions

2
.github/CODEOWNERS vendored
View File

@ -1,4 +1,4 @@
# Github code owners
# GitHub code owners
# See https://help.github.com/articles/about-codeowners/
#
# KEEP THIS FILE SORTED. Order is important. Last match takes precedence.

View File

@ -264,7 +264,7 @@
[people.cpuguy83]
Name = "Brian Goff"
Email = "cpuguy83@gmail.com"
Github = "cpuguy83"
GitHub = "cpuguy83"
[people.chanwit]
Name = "Chanwit Kaewkasi"

View File

@ -7,8 +7,8 @@ redirect_from:
- /reference/api/docker_remote_api_v1.18/
---
<!-- This file is maintained within the docker/docker Github
repository at https://github.com/docker/docker/. Make all
<!-- This file is maintained within the moby/moby GitHub
repository at https://github.com/moby/moby/. Make all
pull requests against that repo. If you see this file in
another repository, consider it read-only there, as it will
periodically be overwritten by the definitive file. Pull

View File

@ -7,8 +7,8 @@ redirect_from:
- /reference/api/docker_remote_api_v1.19/
---
<!-- This file is maintained within the docker/docker Github
repository at https://github.com/docker/docker/. Make all
<!-- This file is maintained within the moby/moby GitHub
repository at https://github.com/moby/moby/. Make all
pull requests against that repo. If you see this file in
another repository, consider it read-only there, as it will
periodically be overwritten by the definitive file. Pull

View File

@ -7,8 +7,8 @@ redirect_from:
- /reference/api/docker_remote_api_v1.20/
---
<!-- This file is maintained within the docker/docker Github
repository at https://github.com/docker/docker/. Make all
<!-- This file is maintained within the moby/moby GitHub
repository at https://github.com/moby/moby/. Make all
pull requests against that repo. If you see this file in
another repository, consider it read-only there, as it will
periodically be overwritten by the definitive file. Pull

View File

@ -7,8 +7,8 @@ redirect_from:
- /reference/api/docker_remote_api_v1.21/
---
<!-- This file is maintained within the docker/docker Github
repository at https://github.com/docker/docker/. Make all
<!-- This file is maintained within the moby/moby GitHub
repository at https://github.com/moby/moby/. Make all
pull requests against that repo. If you see this file in
another repository, consider it read-only there, as it will
periodically be overwritten by the definitive file. Pull

View File

@ -7,8 +7,8 @@ redirect_from:
- /reference/api/docker_remote_api_v1.22/
---
<!-- This file is maintained within the docker/docker Github
repository at https://github.com/docker/docker/. Make all
<!-- This file is maintained within the moby/moby GitHub
repository at https://github.com/moby/moby/. Make all
pull requests against that repo. If you see this file in
another repository, consider it read-only there, as it will
periodically be overwritten by the definitive file. Pull

View File

@ -7,8 +7,8 @@ redirect_from:
- /reference/api/docker_remote_api_v1.23/
---
<!-- This file is maintained within the docker/docker Github
repository at https://github.com/docker/docker/. Make all
<!-- This file is maintained within the moby/moby GitHub
repository at https://github.com/moby/moby/. Make all
pull requests against that repo. If you see this file in
another repository, consider it read-only there, as it will
periodically be overwritten by the definitive file. Pull

View File

@ -7,8 +7,8 @@ redirect_from:
- /reference/api/docker_remote_api_v1.24/
---
<!-- This file is maintained within the docker/docker Github
repository at https://github.com/docker/docker/. Make all
<!-- This file is maintained within the moby/moby GitHub
repository at https://github.com/moby/moby/. Make all
pull requests against that repo. If you see this file in
another repository, consider it read-only there, as it will
periodically be overwritten by the definitive file. Pull

View File

@ -4,8 +4,8 @@ description: "Documentation of changes that have been made to Engine API."
keywords: "API, Docker, rcli, REST, documentation"
---
<!-- This file is maintained within the docker/docker Github
repository at https://github.com/docker/docker/. Make all
<!-- This file is maintained within the moby/moby GitHub
repository at https://github.com/moby/moby/. Make all
pull requests against that repo. If you see this file in
another repository, consider it read-only there, as it will
periodically be overwritten by the definitive file. Pull

View File

@ -143,7 +143,7 @@ func (s *DockerSuite) TestHealth(c *check.C) {
}
// Github #33021
// GitHub #33021
func (s *DockerSuite) TestUnsetEnvVarHealthCheck(c *check.C) {
testRequires(c, DaemonIsLinux) // busybox doesn't work on Windows

View File

@ -45,7 +45,7 @@ defined by a ROADMAP.md file at the root of the repository).
- The earlier a PR is opened, the more time the maintainers have to review. For
example, if a PR is opened the day before the freeze date, its very unlikely
that it will be merged for the release.
- Constant communication with the maintainers (mailing-list, IRC, Github issues,
- Constant communication with the maintainers (mailing-list, IRC, GitHub issues,
etc.) allows to get early feedback on the design before getting into the
implementation, which usually reduces the time needed to discuss a changeset.
- If the code is commented, fully tested and by extension follows every single

View File

@ -68,7 +68,7 @@ the next appropriate stage:
- Has DCO
- Contains sufficient justification (e.g., usecases) for the proposed change
- References the Github issue it fixes (if any) in the commit or the first Github comment
- References the GitHub issue it fixes (if any) in the commit or the first GitHub comment
Possible transitions from this state: