From 91a99e91bf64a753056362e3d4cac7171f3eb67d Mon Sep 17 00:00:00 2001 From: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> Date: Mon, 5 Sep 2022 15:36:55 +0100 Subject: [PATCH] Update reference to the contribution guidelines (#15562) * Update reference to the contribution guidelines Signed-off-by: Usha Mandya * Update reference to the contribution guidelines from the OS topic Signed-off-by: Usha Mandya Signed-off-by: Usha Mandya --- .github/ISSUE_TEMPLATE.md | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 4 +--- opensource/index.md | 8 ++------ 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 117b2de2b2..bfdd6fdaf4 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -5,7 +5,7 @@ This repository is for reporting issues related to Docker Documentation. Before submitting a new issue, check whether the issue has already been reported. You can join the discussion using an emoji, or by adding a comment to an existing issue. -You can ask general questions and get community support through the Docker Community Slack - http://dockr.ly/slack. Personalized support is available through the Docker Pro, Team, and Business subscriptions. See https://www.docker.com/pricing for details. +You can ask general questions and get community support through the Docker Community Forums - https://forums.docker.com/ and Slack - http://dockr.ly/slack. Personalized support is available through the Docker Pro, Team, and Business subscriptions. See https://www.docker.com/pricing for details. --> diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 266d97f517..4468272b11 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,4 @@ - + ### Proposed changes diff --git a/opensource/index.md b/opensource/index.md index 54798c79de..59c0c8b4ae 100644 --- a/opensource/index.md +++ b/opensource/index.md @@ -71,9 +71,5 @@ We've made it really easy for you to file new issues. We value your contribution. We'd like to make it as easy as possible to submit your contributions to the Docker docs repository. Changes to the docs are handled through pull requests against the `master` branch. To learn how to -contribute, see -[CONTRIBUTING.md](https://github.com/docker/docker.github.io/blob/master/CONTRIBUTING.md). - -For a demo of the components, tags, Markdown syntax, styles, used in Docker -documentation, see -[test.md](https://github.com/docker/docker.github.io/blob/master/test.md). +contribute, see the +[Contribution guidelines](../contribute/overview.md).