diff --git a/.github/maintainers.yaml b/.github/maintainers.yaml new file mode 100644 index 00000000..84ee726a --- /dev/null +++ b/.github/maintainers.yaml @@ -0,0 +1,18 @@ +- name: Adriano Pezzuto + github: https://github.com/bsctl + company: Clastix + projects: + - https://github.com/clastix/capsule + - https://github.com/clastix/capsule-proxy +- name: Dario Tranchitella + github: https://github.com/prometherion + company: Clastix + projects: + - https://github.com/clastix/capsule + - https://github.com/clastix/capsule-proxy +- name: Maksim Fedotov + github: https://github.com/MaxFedotov + company: wargaming.net + projects: + - https://github.com/clastix/capsule + - https://github.com/clastix/capsule-proxy diff --git a/README.md b/README.md index 354d5b12..17b7cc35 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,10 @@ See the [ADOPTERS.md](ADOPTERS.md) file for a list of companies that are using C You can find how the Capsule project is governed [here](https://capsule.clastix.io/docs/contributing/governance). +## Maintainers + +Please, refer to the maintainers file available [here](.github/maintainers.yaml). + # FAQ - Q. How to pronounce Capsule? diff --git a/docs/content/contributing/governance.md b/docs/content/contributing/governance.md index 806238b2..8fb4305c 100644 --- a/docs/content/contributing/governance.md +++ b/docs/content/contributing/governance.md @@ -17,6 +17,8 @@ In the context of Capsule project, we consider the following roles: The release process will be governed by Maintainers. +Please, refer to the [maintainers file](https://github.com/clastix/capsule/blob/master/.github/blob/master/maintainers.yaml) available in the source code. + ## Roadmap Planning Maintainers will share roadmap and release versions as milestones in GitHub. \ No newline at end of file