A standardized labeling system to organize issues and pull requests efficiently.
This labeling system helps:
- 📂 Organize issues clearly
- 🧠 Match contributors with suitable tasks
- ⚡ Improve project workflow and collaboration
Define what the issue is about
Define urgency level
| Label | Badge | Description |
|---|---|---|
priority: high |
🚨 Critical (e.g., crashes) | |
priority: medium |
||
priority: low |
💡 Minor improvements |
Help contributors pick tasks based on skill level
| Label | Badge | Description |
|---|---|---|
good first issue |
🟢 Beginner-friendly | |
intermediate |
🟡 Some experience needed | |
help wanted |
🔵 Complex tasks |
Track progress of issues/PRs
| Label | Badge | Description |
|---|---|---|
status: blocked |
⛔ Waiting on dependency | |
status: in-progress |
🚧 Being worked on | |
status: review-needed |
👀 Needs review | |
invalid / wontfix |
❌ Not valid / out of scope |
- Filter issues by:
good first issuehelp wanted
Comment on the issue:
I'm interested in this!