aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorVincent Demeester <vincent@sbr.pm>2017-10-25 13:56:12 +0200
committerVincent Demeester <vincent@sbr.pm>2017-10-25 13:56:12 +0200
commitd040d637a950b10843a4535c6dbc1c66cc84dde7 (patch)
treed3d0046912c1b5864d365228f3c1fe77ba7a244c /.github
parentd85f5e73203a1f8537b7db02e1eadcb6d75798b2 (diff)
Rename a few docker to moby
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md12
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
2 files changed, 10 insertions, 4 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 @@
<!--
Please make sure you've read and understood our contributing guidelines;
-https://github.com/docker/docker/blob/master/CONTRIBUTING.md
+https://github.com/moby/moby/blob/master/CONTRIBUTING.md
** Make sure all your commits include a signature generated with `git commit -s` **