Skip to content
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

config: Bring "unique... within this map" back together #654

Merged
merged 2 commits into from
Jan 18, 2017

Commits on Jan 12, 2017

  1. config: Bring "unique... within this map" back together

    Pull the empty-key restriction out into its own sentence (instead of
    leaving it in the middle of the uniqueness restriction).
    
    Drop the "best practice" portion, because the following line is "Keys
    SHOULD be named using a reverse domain notation...", which covers that
    idea more explicitly.
    
    Signed-off-by: W. Trevor King <wking@tremily.us>
    wking committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    2c8feeb View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2017

  1. config: Split annotations restrictions into one-per-sentence

    As recommended by Daniel [1], although I've adjusted his recommended
    wording slightly and split the requirements into paragraphs.
    
    [1]: opencontainers#654 (comment)
    
    Signed-off-by: W. Trevor King <wking@tremily.us>
    wking committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    9cc6137 View commit details
    Browse the repository at this point in the history