-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathLABELS.yml
More file actions
76 lines (58 loc) · 2.07 KB
/
Copy pathLABELS.yml
File metadata and controls
76 lines (58 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Default AnchorKit labels for GitHub + GrantFox OSS campaigns.
#
# Apply via GitHub CLI / Settings / Labels UI once on repo creation.
# Columns: name, color, description
- name: GrantFox OSS
color: 9443fb
description: Participates in GrantFox open source program.
- name: Maybe Rewarded
color: f59e0b
description: Candidate for GrantFox reward if fully delivered and reviewed.
- name: "Official Campaign | FWC26"
color: ec4899
description: Part of the FWC26 official campaign scope.
- name: stellar
color: 2563eb
description: Relates to classic Stellar primitives (accounts, assets, payments, Horizon).
- name: soroban
color: 7e22ce
description: Relates to Soroban smart contracts, SDK, or RPC.
- name: anchor
color: 15803d
description: Relates to anchor-side flows (SEP-6/24/31-style metadata, rails, callbacks).
- name: sep
color: 0ea5e9
description: Relates to a Stellar Ecosystem Proposal (SEP) compliance or helper.
- name: wallet
color: 38bdf8
description: Relates to wallet-side integrations or UX for end-user accounts.
- name: payments
color: f97316
description: Payment building, readiness, submission, or reconciliation logic.
- name: escrow
color: 6366f1
description: Soroban treasury-escrow contract or its TypeScript client / UI.
- name: security
color: dc2626
description: Security impact, secret handling, safe defaults, or vulnerability fix.
- name: test
color: 0d9488
description: Adds or improves tests (Vitest, Rust contract tests, E2E).
- name: documentation
color: a16207
description: Docs, examples, README, setup guides, contributor materials.
- name: good first issue
color: 70cfff
description: Approachable for first-time contributors; scoped and well-explained.
- name: expert
color: 475569
description: Requires Stellar/Soroban domain depth or security experience.
- name: bug
color: b91c1c
description: Something is broken.
- name: enhancement
color: a855f7
description: New feature or request.
- name: needs-repro
color: fca5a5
description: Issue needs a reproducer from the reporter before triage.