@@ -38,7 +38,6 @@ We also like to send gifts—if you're into Docker swag, make sure to let
3838us know. We currently do not offer a paid security bounty program but are not
3939ruling it out in the future.
4040
41-
4241## Reporting other issues
4342
4443A great way to contribute to the project is to send a detailed report when you
@@ -55,18 +54,18 @@ resolve the issue, please leave a comment.
5554
5655When reporting issues, always include:
5756
58- * The output of ` docker version ` .
59- * The output of ` docker context show ` .
60- * The output of ` docker info ` .
57+ - The output of ` docker version ` .
58+ - The output of ` docker context show ` .
59+ - The output of ` docker info ` .
6160
6261Also, include the steps required to reproduce the problem if possible and
6362applicable. This information will help us review and fix your issue faster.
6463When sending lengthy log files, consider posting them as a gist
65- (https://gist.github.com ).
64+ (< https://gist.github.com > ).
6665Don't forget to remove sensitive data from your log files before posting (you
6766can replace those parts with "REDACTED").
6867
69- _ Note: _
68+ * Note: *
7069Maintainers might request additional information to diagnose an issue,
7170if initial reporter doesn't answer within a reasonable delay (a few weeks),
7271issue will be closed.
@@ -124,7 +123,6 @@ don't get discouraged!
124123 </tr >
125124</table >
126125
127-
128126### Conventions
129127
130128Fork the repository and make changes on your fork in a feature branch:
@@ -267,25 +265,25 @@ We want to keep the Docker community awesome, growing and collaborative. We need
267265your help to keep it that way. To help with this we've come up with some general
268266guidelines for the community as a whole:
269267
270- * Be nice: Be courteous, respectful and polite to fellow community members:
268+ - Be nice: Be courteous, respectful and polite to fellow community members:
271269 no regional, racial, gender or other abuse will be tolerated. We like
272270 nice people way better than mean ones!
273271
274- * Encourage diversity and participation: Make everyone in our community feel
272+ - Encourage diversity and participation: Make everyone in our community feel
275273 welcome, regardless of their background and the extent of their
276274 contributions, and do everything possible to encourage participation in
277275 our community.
278276
279- * Keep it legal: Basically, don't get us in trouble. Share only content that
277+ - Keep it legal: Basically, don't get us in trouble. Share only content that
280278 you own, do not share private or sensitive information, and don't break
281279 the law.
282280
283- * Stay on topic: Make sure that you are posting to the correct channel and
281+ - Stay on topic: Make sure that you are posting to the correct channel and
284282 avoid off-topic discussions. Remember when you update an issue or respond
285283 to an email you are potentially sending it to a large number of people. Please
286284 consider this before you update. Also, remember that nobody likes spam.
287285
288- * Don't send emails to the maintainers: There's no need to send emails to the
286+ - Don't send emails to the maintainers: There's no need to send emails to the
289287 maintainers to ask them to investigate an issue or to take a look at a
290288 pull request. Instead of sending an email, GitHub mentions should be
291289 used to ping maintainers to review a pull request, a proposal or an
@@ -314,7 +312,7 @@ The rules:
314312 Go] ( https://go.dev/doc/effective_go ) and [ Go Code Review
315313 Comments] ( https://go.dev/wiki/CodeReviewComments ) .
3163144 . Include code comments. Tell us the why, the history and the context.
317- 5 . Document _ all _ declarations and methods, even private ones. Declare
315+ 5 . Document * all * declarations and methods, even private ones. Declare
318316 expectations, caveats and anything else that may be important. If a type
319317 gets exported, having the comments already there will ensure it's ready.
3203186 . Variable name length should be proportional to its context and no longer.
@@ -329,7 +327,7 @@ The rules:
329327 part of a util package. Just leave it unexported and well-documented.
3303289 . All tests should run with ` go test ` and outside tooling should not be
331329 required. No, we don't need another unit testing framework. Assertion
332- packages are acceptable if they provide _ real _ incremental value.
330+ packages are acceptable if they provide * real * incremental value.
33333110 . Even though we call these "rules" above, they are actually just
334332 guidelines. Since you've read all the rules, you now know that.
335333
0 commit comments