From 23bf2c1ac78a73b4c9c70856829520f74d40435e Mon Sep 17 00:00:00 2001 From: Usha Mandya Date: Mon, 5 Sep 2022 10:58:46 +0100 Subject: [PATCH 1/2] Update reference to the contribution guidelines Signed-off-by: Usha Mandya --- .github/ISSUE_TEMPLATE.md | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 117b2de2b2f0..bfdd6fdaf4bb 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 266d97f5178a..4468272b119b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,4 @@ - + ### Proposed changes From dd3a558fa518f2daee731c52449ff31e41d82919 Mon Sep 17 00:00:00 2001 From: Usha Mandya Date: Mon, 5 Sep 2022 11:52:21 +0100 Subject: [PATCH 2/2] Update reference to the contribution guidelines from the OS topic Signed-off-by: Usha Mandya --- opensource/index.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/opensource/index.md b/opensource/index.md index 54798c79deb7..59c0c8b4ae02 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).