Skip to content

Latest commit

 

History

History
58 lines (47 loc) · 2.52 KB

File metadata and controls

58 lines (47 loc) · 2.52 KB

Label Guide

Every label in this repository, what it means, and how it ranks. Labels use emoji prefixes for at-a-glance scanning — the emoji signals the category and/or meaning.

Priority (P0 → P3)

Label Meaning
🔴 P0 Emergency: data loss, security bypass, crash loop, or unusable core
🟠 P1 High: blocks planned work, needs attention soon
🟡 P2 Medium: normal priority
🟢 P3 Low: nice to have

Impact (severity)

Label Meaning
impact: security Security boundary, credentials, AI key, command whitelist, sandbox, sensitive data
impact: data-loss Can lose, corrupt, or silently drop model/session/user data
impact: availability Crash, hang, restart loop, or training outage

Rating labels (low → high)

Tiers follow the neural-network architecture theme — from the simplest building block (a neuron) to the most advanced model (a foundation model).

Rank Label Meaning
1 rating: 🧬 neuron A basic question or a first contribution
2 rating: 🔗 perceptron A small, well-scoped fix or improvement
3 rating: 🧠 mlp A moderate feature or bug fix
4 rating: 🕸️ cnn A substantial change spanning one module
5 rating: 🔁 rnn A complex change across frontend + backend
6 rating: 👁️ attention Deep architectural work, DSL or codegen changes
7 rating: ⚡ transformer A major feature or a significant refactor
8 rating: 🚀 foundation Project-defining work: new subsystems, breaking changes, major launches

Other labels

Category Label Meaning
Type 🐛 bug Something isn't working as expected
Type ✨ enhancement New feature or request
Type 📚 documentation Improvements or additions to documentation
Type ❓ question Further information is requested
Type 🙋 help wanted Extra attention is needed; contributions welcome
Type 🌱 good first issue Good for newcomers
Type 👯 duplicate This issue or PR already exists
Type 🚫 invalid This doesn't seem right
Status 🚧 status: in progress Work is underway
Status 🧱 status: blocked Blocked by something else
Status 🚫 status: wontfix Will not be addressed
Status ✅ status: ready to merge Approved and ready to merge
Status 🎉 status: merged Already merged

Maintained by repo-standardizer — keep in sync whenever labels change.