-
Notifications
You must be signed in to change notification settings - Fork 594
adds text describing the upper-case keywords used in the spec #260
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
Conversation
keyword-guidelines.md
Outdated
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.
I think adding the reference (and link) to RFC2119 is good enough. I don't think we should repeat it here, so I'd remove the text below. Repeating it means that if, heaven forbid, there's a typo in there we'd have to explain which one wins and that's just annoying. Avoid the entire issue by just having a reference.
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.
Which means we probably don't need an entire file for it, just add it to the top of each stand-alone doc.
1ba8b71 to
c32dc93
Compare
|
Updated to address @duglin 's comments. |
|
On Tue, Dec 01, 2015 at 01:57:53PM -0800, Mike Brown wrote:
This is all pre-1.0, so I don't see a need for a flag day. c32dc93 |
README.md
Outdated
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.
I prefer the HTML RFC renderings (e.g. RFC 2199), because they have anchors for linking, links to errata, obsoleting RFCs, etc. They also have a link to the text and PDF renderings, so folks who would rather not view the HTML are a click away from their preferred format.
This is likely where opencontainers/specs is going [1], although the PR hasn't landed yet [2]. [1]: opencontainers/runtime-spec#256 [2]: opencontainers/runtime-spec#260
|
Changed the link to point to the root html page that links to the other renderings, errata, etc. |
|
On Thu, Dec 03, 2015 at 12:34:17PM -0800, Mike Brown wrote:
8cc7832 looks good to me. |
|
@mikebrow In specs, all files should be formatted one sentence per line, see https://github.com/opencontainers/specs/blob/master/README.md#markdown-style Otherwise, LGTM. Thanks. |
Signed-off-by: Mike Brown <[email protected]>
|
Changed to one line per spec md style requirement. |
|
On Fri, Dec 04, 2015 at 07:35:01AM -0800, Mike Brown wrote:
Ah, I'd forgotten to check for that one ;). 57a196a still looks good |
|
LGTM |
|
LGTM |
adds text describing the upper-case keywords used in the spec
This approach has landed in opencontainers/specs [1,2]. You can find the RFC here [3]. [1]: opencontainers/runtime-spec#256 [2]: opencontainers/runtime-spec#260 [3]: http://tools.ietf.org/html/rfc2119 Signed-off-by: W. Trevor King <[email protected]>
This approach has landed in opencontainers/specs [1,2]. You can find the RFC here [3]. [1]: opencontainers/runtime-spec#256 [2]: opencontainers/runtime-spec#260 [3]: http://tools.ietf.org/html/rfc2119 Signed-off-by: W. Trevor King <[email protected]>
This approach has landed in opencontainers/specs [1,2]. You can find the RFC here [3]. [1]: opencontainers/runtime-spec#256 [2]: opencontainers/runtime-spec#260 [3]: http://tools.ietf.org/html/rfc2119 Signed-off-by: W. Trevor King <[email protected]>
This approach has landed in opencontainers/specs [1,2]. You can find the RFC here [3]. [1]: opencontainers/runtime-spec#256 [2]: opencontainers/runtime-spec#260 [3]: http://tools.ietf.org/html/rfc2119 Signed-off-by: W. Trevor King <[email protected]>
This approach has landed in opencontainers/specs [1,2]. You can find the RFC here [3]. [1]: opencontainers/runtime-spec#256 [2]: opencontainers/runtime-spec#260 [3]: http://tools.ietf.org/html/rfc2119 Signed-off-by: W. Trevor King <[email protected]> Reviewed-by: Mike Brown <[email protected]>
It may not be flag day yet... but here's the PR to address issue #256
Signed-off-by: Mike Brown [email protected]