mirror of
https://github.com/wahyd4/helm-charts.git
synced 2026-08-09 04:26:02 +10:00
* 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> * sort charts alphabetically Signed-off-by: Torsten Walter <mail@torstenwalter.de> * adjust existing CODEOWNERS Signed-off-by: Torsten Walter <mail@torstenwalter.de> * link to CODEOWNERS file and fixed spelling Signed-off-by: Torsten Walter <mail@torstenwalter.de>
633 B
633 B
Processes
This document outlines processes and procedures for some common tasks in the charts repository.
Adding chart maintainers
Chart maintainers are defined within the chart itself. So the procedure for adding maintainers is to add them there. The pull request which does that should also update CODEOWNERS file to that the new maintainer is able to approve pull requests. One of the existing chart maintainers needs to approve the PR in addition one of the repository admins needs to approve it. They are then responsible for also granting the new maintainer write permissions to this repository.