From 111f89986a4486ad518af2d1c623068a4bf4b925 Mon Sep 17 00:00:00 2001 From: Tom Kerkhove Date: Mon, 26 Aug 2024 11:25:34 +0200 Subject: [PATCH] feat: Recognizing community members with Credly badges Signed-off-by: Tom Kerkhove --- COMMUNITY.md | 19 +++++++++++++++++++ README.md | 1 + 2 files changed, 20 insertions(+) create mode 100644 COMMUNITY.md diff --git a/COMMUNITY.md b/COMMUNITY.md new file mode 100644 index 0000000..ff81ee6 --- /dev/null +++ b/COMMUNITY.md @@ -0,0 +1,19 @@ +# Community + +KEDA is a CNCF project and follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md). + +## Recognizing community members with Credly badges + +KEDA is only as successful as the community that drives it. To show our appreciation to essential members of our community, we want to recognize them by issuing Credly badges. + +We are supporting the following badges: + +| Type | Description | Level | Notes | +|:-----|:------------|:------|:------| +| Maintainer | Defines a clear vision of the project to grow the project and help the cloud-native community to scale Kubernetes workloads efficiently. | Advanced | Only issued to [KEDA Maintainers](MAINTAINERS.md)| +| Scaler Maintainer | Maintain one or more built-in KEDA scaler. You don't commit and run, but help maintain the scaler! | Intermediate | | +| Contributor | Contribute to the KEDA community and help with maintainers to make KEDA a better project, be it with code contributions, reviews and/or documentation improvements. | Intermediate | | +| Documentarian | This badge recognizes excellence in documentation contributions to CNCF and its projects. Excellent technical documentation is one of the best ways projects can lower the barrier to contribution. | Intermediate | | +| Chop Wood Carry Water | A distinguished badge for community contributors that focus on the non-shiny improvements of KEDA, such as test automation/coverage/stability, quality/performance improvements, security, etc. | Intermediate | | + +If you believe you apply to the criteria for one of these badges, feel free to reach out to [cncf-keda-maintainers@](mailto:) and explain why you believe you qualify for a badge. diff --git a/README.md b/README.md index 9772bfa..147df64 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Provides resources related to governance of KEDA: - [**Breaking Changes & Deprecation Policy**](DEPRECATIONS.md) - [**Branding**](BRANDING.md) - [**Code of Conduct**](CODE_OF_CONDUCT.md) +- [**Community**](COMMUNITY.md) - [**Governance**](GOVERNANCE.md) - [**Maintainers**](MAINTAINERS.md) - [**Releases**](RELEASES.md)