Skip to content

Labels

Labels

  • Corrects an error, bug, or unintended behavior in existing code.
  • Maintenance tasks, build process updates, dependency bumps, config changes.
  • Updates to project dependencies, libraries, frameworks, or runtime versions.
  • Changes solely related to documentation (READMEs, guides, code comments).
  • Adds new user-facing functionality or capabilities.
  • Urgent fix for a critical production issue (often cherry-picked).
  • Enhances existing code, performance, reliability, or developer experience (non-functional).
  • Optimizes performance or reduces resource usage.
  • Improves code structure or readability without changing behavior.
  • Addresses a security vulnerability or improves security posture.
  • Adds or significantly updates tests (unit, integration, e2e).