You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-6
Original file line number
Diff line number
Diff line change
@@ -14,23 +14,34 @@ We’d love to hear your feedback. Please file documentation issues only in the
14
14
docs GitHub repository. You can file a new issue to suggest improvements or if
15
15
you see any errors in the existing documentation.
16
16
17
-
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. If possible, we recommend that you suggest a fix to the issue by creating a pull request.
17
+
Before submitting a new issue, check whether the issue has already been
18
+
reported. You can join the discussion using an emoji, or by adding a comment to
19
+
an existing issue. If possible, we recommend that you suggest a fix to the issue
20
+
by creating a pull request.
18
21
19
-
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 [Docker Pricing](https://www.docker.com/pricing) for details.
22
+
You can ask general questions and get community support through the [Docker
23
+
Community Slack](http://dockr.ly/slack). Personalized support is available
24
+
through the Docker Pro, Team, and Business subscriptions. See [Docker
25
+
Pricing](https://www.docker.com/pricing) for details.
20
26
21
-
If you have an idea for a new feature or behavior change in a specific aspect of Docker, or have found a product bug, file that issue in the project's code repository.
27
+
If you have an idea for a new feature or behavior change in a specific aspect of
28
+
Docker, or have found a product bug, file that issue in the project's code
29
+
repository.
22
30
23
31
We've made it really easy for you to file new issues.
24
32
25
33
- Click **New issue** on the docs repository and fill in the details, or
26
-
- Click **Request docs changes** in the right column of every page on docs.docker.com and add the details.
34
+
- Click **Request docs changes** in the right column of every page on
35
+
docs.docker.com and add the details.
27
36
28
37

29
38
30
39
## Contribute to Docker docs
31
40
32
-
We value your contribution. We'd like to make it as easy
33
-
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](CONTRIBUTING.md).
41
+
We value your contribution. We'd like to make it as easy as possible to submit
42
+
your contributions to the Docker docs repository. Changes to the docs are
43
+
handled through pull requests against the `master` branch. To learn how to
44
+
contribute, see [CONTRIBUTING.md](CONTRIBUTING.md).
Copy file name to clipboardExpand all lines: opensource/index.md
+27-9
Original file line number
Diff line number
Diff line change
@@ -34,28 +34,46 @@ redirect_from:
34
34
35
35
Contributing to the Docker documentation can be a rewarding experience. When you
36
36
offer feedback, questions, edits, or new content, you help us, the projects you
37
-
work on, and the larger Docker community. Feel free to create pull requests and file issues. Our docs are completely open source and we deeply appreciate contributions from the Docker community!
37
+
work on, and the larger Docker community. Feel free to create pull requests and
38
+
file issues. Our docs are completely open source and we deeply appreciate
39
+
contributions from the Docker community!
38
40
39
41
## Provide feedback
40
42
41
-
We’d love to hear your feedback. Please file documentation issues only in the docs GitHub repository. You can file a new issue to suggest improvements or if you see any errors in the existing documentation.
43
+
We’d love to hear your feedback. Please file documentation issues only in the
44
+
docs GitHub repository. You can file a new issue to suggest improvements or if
45
+
you see any errors in the existing documentation.
42
46
43
-
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. If possible, we recommend that you suggest a fix to the issue by creating a pull request.
47
+
Before submitting a new issue, check whether the issue has already been
48
+
reported. You can join the discussion using an emoji, or by adding a comment to
49
+
an existing issue. If possible, we recommend that you suggest a fix to the issue
50
+
by creating a pull request.
44
51
45
-
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 [Docker Pricing](https://www.docker.com/pricing) for details.
52
+
You can ask general questions and get community support through the [Docker
53
+
Community Slack](http://dockr.ly/slack). Personalized support is available
54
+
through the Docker Pro, Team, and Business subscriptions. See [Docker
55
+
Pricing](https://www.docker.com/pricing) for details.
46
56
47
-
If you have an idea for a new feature or behavior change in a specific aspect of Docker, or have found a product bug, file that issue in the project's code repository.
57
+
If you have an idea for a new feature or behavior change in a specific aspect of
58
+
Docker, or have found a product bug, file that issue in the project's code
59
+
repository.
48
60
49
61
We've made it really easy for you to file new issues.
50
62
51
63
- Click **New issue** on the docs repository and fill in the details, or
52
-
- Click **Request docs changes** in the right column of every page on docs.docker.com and add the details.
64
+
- Click **Request docs changes** in the right column of every page on
65
+
docs.docker.com and add the details.
53
66
54
67

55
68
56
69
## Contribute to Docker docs
57
70
58
-
We value your contribution. We'd like to make it as easy
59
-
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).
71
+
We value your contribution. We'd like to make it as easy as possible to submit
72
+
your contributions to the Docker docs repository. Changes to the docs are
73
+
handled through pull requests against the `master` branch. To learn how to
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).
77
+
For a demo of the components, tags, Markdown syntax, styles, used in Docker
0 commit comments