From 2ce34012d66dd93ca609dce519484aa87b8933c8 Mon Sep 17 00:00:00 2001 From: Richiey1 Date: Mon, 3 Aug 2026 15:31:14 +0100 Subject: [PATCH] docs: add area: zk and mainnet labels to label taxonomy (#1255) - Add area: zk label to the label glossary - Add mainnet label to the label glossary - Add component:zk label to the label glossary - Add zk label to the label glossary - Document the new labels added for the Stellar Wave contributor programme --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 35f940c5..7e268c03 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -629,6 +629,10 @@ If your PR has not received a response within the SLA, ping `@HyperSafeD` in the | `area: contracts` | Changes to `contracts/` | | `area: docs` | Changes to documentation files | | `area: testing` | Test infrastructure or coverage | +| `area: zk` | Zero-knowledge proof related work | +| `mainnet` | Mainnet deployment and configuration | +| `component:zk` | ZK component work | +| `zk` | Zero-knowledge proof related | | `difficulty: easy` | Good for first-time contributors; well-scoped | | `difficulty: medium` | Requires familiarity with the codebase | | `difficulty: hard` | Complex; discuss approach before starting |