From d040d637a950b10843a4535c6dbc1c66cc84dde7 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Wed, 25 Oct 2017 13:56:12 +0200 Subject: [PATCH] Rename a few docker to moby Signed-off-by: Vincent Demeester --- .github/ISSUE_TEMPLATE.md | 12 +++++++++--- .github/PULL_REQUEST_TEMPLATE.md | 2 +- MAINTAINERS | 2 +- pkg/README.md | 6 +++--- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 7362480a4a..64459e8b72 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -10,19 +10,25 @@ information within 7 days, we cannot debug your issue and will close it. We will, however, reopen it if you later provide the information. For more information about reporting issues, see -https://github.com/docker/docker/blob/master/CONTRIBUTING.md#reporting-other-issues +https://github.com/moby/moby/blob/master/CONTRIBUTING.md#reporting-other-issues --------------------------------------------------- GENERAL SUPPORT INFORMATION --------------------------------------------------- The GitHub issue tracker is for bug reports and feature requests. -General support can be found at the following locations: +General support for **docker** can be found at the following locations: - Docker Support Forums - https://forums.docker.com -- IRC - irc.freenode.net #docker channel +- Slack - community.docker.com #general channel - Post a question on StackOverflow, using the Docker tag +General support for **moby** can be found at the following locations: + +- Moby Project Forums - https://forums.mobyproject.org +- Slack - community.docker.com #moby-project channel +- Post a question on StackOverflow, using the Moby tag + --------------------------------------------------- BUG REPORT INFORMATION --------------------------------------------------- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 426981828b..fad7555d77 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@