From 9a5a853bc5f5643bad8b767c52263263fa179633 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Thu, 11 Jun 2026 15:54:30 +0200 Subject: [PATCH] Improve organization profile README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The current profile README is minimal โ€” just a logo, tagline, and link. This update brings it closer to what other CNCF projects (OpenTelemetry, Sigstore) show on their org pages: - Dark/light mode aware logo using element - Descriptive paragraph explaining what Tekton is - Quick action links (Learn, Get Started, Contribute, API Reference) - Key repositories table for discoverability (including Chains for supply chain security) - Getting involved section surfacing Slack, mailing list, working groups, and contributor ladder - Security policy link - CNCF graduation status --- profile/README.md | 37 ++++++++++++++++++++++++++++++++++--- 1 file changed, 34 insertions(+), 3 deletions(-) diff --git a/profile/README.md b/profile/README.md index 7c8c06f..1ca30a1 100644 --- a/profile/README.md +++ b/profile/README.md @@ -1,5 +1,36 @@ -Tekton logo + + + + Tekton logo + -Cloud Native CI/CD +**A cloud-native, open-source framework for creating CI/CD systems.** +Tekton lets you build, test, and deploy across any cloud provider or on-premises system using Kubernetes-native pipelines. -Learn more at https://tekton.dev/ +

+ Learn More ๐Ÿ“š ยท + Get Started ๐Ÿš€ ยท + Contribute ๐Ÿค ยท + API Reference ๐Ÿ“– +

+ +--- + +**Core projects:** [Pipeline](https://github.com/tektoncd/pipeline) ยท [Chains](https://github.com/tektoncd/chains) ยท [Triggers](https://github.com/tektoncd/triggers) ยท [CLI](https://github.com/tektoncd/cli) ยท [Dashboard](https://github.com/tektoncd/dashboard) โ€” [see all repositories โ†’](https://github.com/orgs/tektoncd/repositories) + +### ๐Ÿ‘‹ Getting Involved + +Join the community! We're friendly and always looking for contributors. + +- ๐Ÿ’ฌ [Slack](https://tektoncd.slack.com/) โ€” [join here](https://join.slack.com/t/tektoncd/shared_invite/zt-1z8ctzsyv-wLXWwA2Rl3AOhcNGqpWRUw) +- ๐Ÿ“ง [Mailing list](https://groups.google.com/forum/#!forum/tekton-dev) +- ๐Ÿ“… [Working group meetings](https://github.com/tektoncd/community/blob/main/working-groups.md) +- ๐Ÿชœ [Contributor ladder](https://github.com/tektoncd/community/blob/main/process/contributor-ladder.md) + +### ๐Ÿฆบ Security + +Please report security vulnerabilities through our [security policy](https://github.com/tektoncd/community/blob/main/SECURITY.md). + +--- + +Tekton is a [CNCF](https://cncf.io/) graduated project.