-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathlabels.txt
More file actions
36 lines (36 loc) · 1.88 KB
/
Copy pathlabels.txt
File metadata and controls
36 lines (36 loc) · 1.88 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
# SKaiNET issue label taxonomy — source of truth for `.github/scripts/sync-labels.sh`.
# Format: name|hex-color|description (lines starting with # are ignored)
# Documented in docs/modules/ROOT/pages/contributing/issue-taxonomy.adoc.
#
# --- Structure: how an issue relates to other issues -------------------------
tracking|ededed|Parent/tracking issue with sub-issues
sub-issue|ededed|Sub-issue of a tracking issue
darc|a2eeef|Feature driven through the DARC workflow (Document / Assess / Research / Code)
skeep|5319e7|SKEEP proposal tracking issue (durable design record)
#
# --- DARC phase: which phase of the workflow the task belongs to ------------
assessment|e99695|Assessment task (DARC: A)
research|c2e0c6|Research and evaluation tasks (DARC: R)
coding|006b75|Implementation task (DARC: C)
documentation|0075ca|Improvements or additions to documentation (DARC: D)
#
# --- Skill: what a contributor needs to know to pick the task up -------------
skill:numerics|1d76db|PyTorch/NumPy/math background, no Kotlin required
skill:kotlin-core|1d76db|Kotlin implementation in commonMain
skill:android|1d76db|Android target/build/kernel work
skill:ios|1d76db|iOS / Kotlin-Native-Apple target work
skill:native|1d76db|Kotlin/Native (Linux, macOS) or FFM kernel work
skill:js|1d76db|JS / Wasm target work
skill:docs|1d76db|AsciiDoc / technical writing
skill:review|1d76db|DARC review; must not be the task's implementer
skill:design|5319e7|SKEEP authorship; architectural / API-shape judgement
#
# --- Size: honest effort estimate ------------------------------------------
size:xs|d4f7d4|Under 1 hour
size:s|b6ebb6|A few hours
size:m|f9e79f|1-2 days
size:l|f5b7a0|3+ days; likely needs its own design discussion
#
# --- Entry point -----------------------------------------------------------
good first issue|7057ff|Good for newcomers; no prior SKaiNET codebase knowledge assumed
help wanted|008672|Extra attention is needed