Skip to content

Commit 7e95024

Browse files
committed
fix: update OSS contribution counts, remove focus column
- 23 merged PRs (was 12) — junos_exporter, kube-router, containerlab all merged - 28 open PRs across 11 projects (added cilium/cilium) - Remove focus column from contribution table - ZTP status changed to Production
1 parent c7b1d9d commit 7e95024

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,21 +52,21 @@
5252

5353
> These PRs started as [Claude Code](https://claude.ai/code) audit sessions on projects I use daily. Claude finds what humans skip — unchecked errors, nil panics, leaky file handles. I decide what's worth fixing, validate against real infra, and write the PR.
5454
55-
![Merged](https://img.shields.io/badge/12-Merged-238636?style=flat-square) ![Open](https://img.shields.io/badge/27-Open-1f6feb?style=flat-square) across **10+ projects** with **23k+ combined stars**
55+
![Merged](https://img.shields.io/badge/23-Merged-238636?style=flat-square) ![Open](https://img.shields.io/badge/28-Open-1f6feb?style=flat-square) across **11 projects** with **30k+ combined stars**
5656

5757
<br>
5858

59-
| Project | Stars | PRs | Focus |
60-
|---------|-------|-----|-------|
61-
| [srl-labs/containerlab](https://github.com/srl-labs/containerlab) | ⭐ 2.5k | ![Merged](https://img.shields.io/badge/8-merged-238636?style=flat-square) | Nil panics, resource leaks, error propagation |
62-
| [metallb/metallb](https://github.com/metallb/metallb) | ⭐ 7.3k | ![Open](https://img.shields.io/badge/5-open-1f6feb?style=flat-square) | Pool sorting, BGP handlers, interface scanning |
63-
| [prometheus/blackbox_exporter](https://github.com/prometheus/blackbox_exporter) |4.9k | ![Open](https://img.shields.io/badge/3-open-1f6feb?style=flat-square) | gRPC errors, goroutine leaks, TLS handling |
64-
| [osrg/gobgp](https://github.com/osrg/gobgp) |3.8k | ![Open](https://img.shields.io/badge/2-open-1f6feb?style=flat-square) | Nil dereference, state machine errors |
65-
| [cloudnativelabs/kube-router](https://github.com/cloudnativelabs/kube-router) | ⭐ 2.6k | ![Open](https://img.shields.io/badge/3-open-1f6feb?style=flat-square) | Race conditions, atomic ops, controller hardening |
66-
| [prometheus/snmp_exporter](https://github.com/prometheus/snmp_exporter) |1.5k | ![Merged](https://img.shields.io/badge/2-merged-238636?style=flat-square) ![Open](https://img.shields.io/badge/1-open-1f6feb?style=flat-square) | Error handling, resource cleanup |
67-
| [fortigate_exporter](https://github.com/prometheus-community/fortigate_exporter) |200+ | ![Merged](https://img.shields.io/badge/2-merged-238636?style=flat-square) ![Open](https://img.shields.io/badge/3-open-1f6feb?style=flat-square) | Version gates, metric accuracy |
68-
| [tynany/junos_exporter](https://github.com/tynany/junos_exporter) |100+ | ![Open](https://img.shields.io/badge/7-open-1f6feb?style=flat-square) | Collector validation, NETCONF errors |
69-
| [czerwonk/ping_exporter](https://github.com/czerwonk/ping_exporter) | ⭐ 200+ | ![Open](https://img.shields.io/badge/4-open-1f6feb?style=flat-square) | IPv6, division-by-zero, test guards |
59+
| Project | Stars | PRs |
60+
|---------|-------|-----|
61+
| [srl-labs/containerlab](https://github.com/srl-labs/containerlab) | ⭐ 2.5k | ![Merged](https://img.shields.io/badge/9-merged-238636?style=flat-square) ![Open](https://img.shields.io/badge/7-open-1f6feb?style=flat-square) |
62+
| [metallb/metallb](https://github.com/metallb/metallb) | ⭐ 7.3k | ![Open](https://img.shields.io/badge/4-open-1f6feb?style=flat-square) |
63+
| [cilium/cilium](https://github.com/cilium/cilium) |21k | ![Open](https://img.shields.io/badge/5-open-1f6feb?style=flat-square) |
64+
| [prometheus/blackbox_exporter](https://github.com/prometheus/blackbox_exporter) |4.9k | ![Open](https://img.shields.io/badge/3-open-1f6feb?style=flat-square) |
65+
| [cloudnativelabs/kube-router](https://github.com/cloudnativelabs/kube-router) | ⭐ 2.6k | ![Merged](https://img.shields.io/badge/2-merged-238636?style=flat-square) ![Open](https://img.shields.io/badge/1-open-1f6feb?style=flat-square) |
66+
| [tynany/junos_exporter](https://github.com/tynany/junos_exporter) |100+ | ![Merged](https://img.shields.io/badge/7-merged-238636?style=flat-square) |
67+
| [prometheus/snmp_exporter](https://github.com/prometheus/snmp_exporter) |1.5k | ![Merged](https://img.shields.io/badge/2-merged-238636?style=flat-square) ![Open](https://img.shields.io/badge/1-open-1f6feb?style=flat-square) |
68+
| [fortigate_exporter](https://github.com/prometheus-community/fortigate_exporter) |200+ | ![Merged](https://img.shields.io/badge/2-merged-238636?style=flat-square) ![Open](https://img.shields.io/badge/3-open-1f6feb?style=flat-square) |
69+
| [czerwonk/ping_exporter](https://github.com/czerwonk/ping_exporter) | ⭐ 200+ | ![Open](https://img.shields.io/badge/4-open-1f6feb?style=flat-square) |
7070

7171
<br>
7272

0 commit comments

Comments
 (0)