-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reword some documents #4589
Reword some documents #4589
Conversation
0027bd5
to
84f0ab6
Compare
PRINCIPLES.md
Outdated
@@ -15,5 +15,5 @@ In the design and development of runc and libcontainer we try to follow these pr | |||
* The fewer moving parts in a container, the better. | |||
* Don't merge it unless you document it. | |||
* Don't document it unless you can keep it up-to-date. | |||
* Don't merge it unless you test it! | |||
* Don't keep it up-to-date unless you test it! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The old version was correct, this one doesn't make sense.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it, I revert it.
Honestly I think we should delete some of these documents, as they were barely relevant in 2015 when they were first written and are even less relevant now... |
OK, then maybe it's just better to ignore this PR then. |
The git repository is the single source of truth for the project but I can not find any mention of any IRC channels anywhere. I assume that the channel does not exist. Signed-off-by: youal <y.oualmakran@gmail.com>
The project being written in go, having mentions of classes feels awkward. Signed-off-by: youal <y.oualmakran@gmail.com>
Having "merge it" in the last sentence of the sequence: * Don't merge it unless you document it. * Don't document it unless you can keep it up-to-date. * Don't merge it unless you test it! Makes the reading slighly uncomfortable by breaking the rythm. It would sound nicer if the pattern in keps between the sentences. Signed-off-by: youal <y.oualmakran@gmail.com>
This reverts commit 84f0ab6. Signed-off-by: youal <y.oualmakran@gmail.com>
7d0b4b8
to
b5926d1
Compare
Some documents have sentences that sound a little bit awkward.
This PR offers some suggestions concerning them.