diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 58ed550522..ea7ae05184 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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. diff --git a/MAINTAINERS b/MAINTAINERS index 9b415b2a0a..cceb4b29ca 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -264,7 +264,7 @@ [people.cpuguy83] Name = "Brian Goff" Email = "cpuguy83@gmail.com" - Github = "cpuguy83" + GitHub = "cpuguy83" [people.chanwit] Name = "Chanwit Kaewkasi" diff --git a/docs/api/v1.18.md b/docs/api/v1.18.md index 973dca9f92..e01a3650f6 100644 --- a/docs/api/v1.18.md +++ b/docs/api/v1.18.md @@ -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 diff --git a/docs/api/v1.19.md b/docs/api/v1.19.md index 3bcf7668f9..73c2c40fbb 100644 --- a/docs/api/v1.19.md +++ b/docs/api/v1.19.md @@ -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 diff --git a/docs/api/v1.20.md b/docs/api/v1.20.md index e5b8f32fce..a866e56515 100644 --- a/docs/api/v1.20.md +++ b/docs/api/v1.20.md @@ -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 diff --git a/docs/api/v1.21.md b/docs/api/v1.21.md index f1863b8c11..caa70be3f7 100644 --- a/docs/api/v1.21.md +++ b/docs/api/v1.21.md @@ -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 diff --git a/docs/api/v1.22.md b/docs/api/v1.22.md index 473ffd3c91..2687b56615 100644 --- a/docs/api/v1.22.md +++ b/docs/api/v1.22.md @@ -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 diff --git a/docs/api/v1.23.md b/docs/api/v1.23.md index c040d2460a..63c640727a 100644 --- a/docs/api/v1.23.md +++ b/docs/api/v1.23.md @@ -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 diff --git a/docs/api/v1.24.md b/docs/api/v1.24.md index 29fed46a22..88f6ea8c48 100644 --- a/docs/api/v1.24.md +++ b/docs/api/v1.24.md @@ -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 diff --git a/docs/api/version-history.md b/docs/api/version-history.md index d6d611f7e6..e835629b94 100644 --- a/docs/api/version-history.md +++ b/docs/api/version-history.md @@ -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 diff --git a/integration-cli/docker_cli_health_test.go b/integration-cli/docker_cli_health_test.go index 20b2bc255d..632830c60b 100644 --- a/integration-cli/docker_cli_health_test.go +++ b/integration-cli/docker_cli_health_test.go @@ -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 diff --git a/project/RELEASE-PROCESS.md b/project/RELEASE-PROCESS.md index d764e9d007..8270a6efb3 100644 --- a/project/RELEASE-PROCESS.md +++ b/project/RELEASE-PROCESS.md @@ -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, it’s 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 diff --git a/project/REVIEWING.md b/project/REVIEWING.md index 51ef4c59de..cac3f5d7d4 100644 --- a/project/REVIEWING.md +++ b/project/REVIEWING.md @@ -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: