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

Add PROCESSES document #44

Merged
merged 4 commits into from
Sep 6, 2020

Commits on Sep 5, 2020

  1. Add CODEOWNERS

    I used this syntax in CODEOWNERS:
    
    ```
    /chart/<name-of-chart> @maintainer
    ```
    
    It matches any files in the chart directory at the root of the repository and any of its  subdirectories.
    Without the leading `/` it would also match directories found somewhere
    else. It's unlikely that those names would be used, but it does not harm
    to do it this way.
    
    Part-of: #38
    
    Signed-off-by: Torsten Walter <mail@torstenwalter.de>
    torstenwalter committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    cddd4c7 View commit details
    Browse the repository at this point in the history
  2. sort charts alphabetically

    Signed-off-by: Torsten Walter <mail@torstenwalter.de>
    torstenwalter committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    7a28a63 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2020

  1. adjust existing CODEOWNERS

    Signed-off-by: Torsten Walter <mail@torstenwalter.de>
    torstenwalter committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    5635cf8 View commit details
    Browse the repository at this point in the history
  2. link to CODEOWNERS file and fixed spelling

    Signed-off-by: Torsten Walter <mail@torstenwalter.de>
    torstenwalter committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    ac7ffd3 View commit details
    Browse the repository at this point in the history