Skip to content

Instantly share code, notes, and snippets.

@AldeRoberge
Created October 9, 2025 20:23
Show Gist options
  • Save AldeRoberge/1d8f8ceb28c2f851809c01f238f69c0d to your computer and use it in GitHub Desktop.
Save AldeRoberge/1d8f8ceb28c2f851809c01f238f69c0d to your computer and use it in GitHub Desktop.
A list of labels for issues in GitHub that might be useful. Inspired by Electron's way to label issues.

πŸ› Bug & Error

Emoji Label Description
🐞 bug :beetle: General functional issue.
πŸ” bug/regression :arrows_counterclockwise: Something that used to work, but doesn’t anymore.
πŸ’₯ crash :boom: Causes the app to crash.

πŸͺŸ Platforms

Emoji Label Description
πŸͺŸ platform/windows Issue occurs on Windows.
🐧 platform/linux Issue occurs on Linux.
🍎 platform/macos Issue occurs on macOS.

❌ Blocked

Emoji Label Description
❌ blocked/need-info :x: More information needed to reproduce.
⏸️ blocked/need-repro Enough info to reproduce, but hasn’t been confirmed yet.
🚫 blocked/external Blocked by an external dependency or API.

✨ Feature & Enhancement

Emoji Label Description
✨ enhancement :sparkles: New feature or improvement.
πŸ’‘ feature-request :bulb: Suggested new functionality.
🏁 performance :checkered_flag: Related to performance or optimization.
🎨 ui/ux :art: Visual design or user experience improvement.
β™Ώ accessibility :wheelchair: Improves accessibility.

🧩 Component / Module

Emoji Label Description
πŸ—ΊοΈ component/Map Related to the Map module.
🧱 component/UI Related to UI components.
πŸ”Œ component/API Related to backend or API logic.
βš™οΈ component/Core Affects core logic or shared systems.
πŸ“˜ component/Docs Documentation-specific changes.

🧰 Maintenance & Task

Emoji Label Description
πŸ“‹ task :clipboard: General task or chore.
🧹 refactor :broom: Code cleanup, restructuring, or modernization.
πŸ““ documentation :notebook: Documentation update or creation.
πŸ§ͺ tests :test_tube: Related to tests or test coverage.
βš™οΈ ci/cd :gear: Continuous integration or deployment pipeline.
πŸ“¦ dependency :package: Updates or changes to external packages.

🧭 Project Management

Emoji Label Description
πŸ’¬ discussion :speech_balloon: For brainstorming or discussion.
❓ question :question: User or contributor question.
πŸͺž duplicate :mirror: Already reported elsewhere.
🚷 wontfix :no_entry_sign: Not planned to be fixed.
❔ invalid :grey_question: Not a valid issue.
⏳ stale :hourglass_flowing_sand: Old or inactive issue.

⚠ Priority

Emoji Label Description
πŸ”½ priority/low :arrow_down_small: Low priority.
▢️ priority/medium :arrow_forward: Medium priority.
πŸ”Ό priority/high :arrow_up_small: High priority / urgent.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment