Skip to content

Labels

Labels

  • ADD💜

    Add simple resources (e.g., images, fonts) unrelated to features/settings.
  • CHORE🧹

    Dev environment/productivity tasks: build, dependencies, CI/CD, SDK settings.
  • DELETE➖

    Remove unnecessary code, files, or resources.
  • DOCS📗

    Modify documentation (e.g., README, comments) that does not affect code behavior.
  • FEAT✨

    Add a new feature or change the behavior/policy of an existing feature.
  • FIX🪲

    Fix bugs, UI errors, typos, discrepancies with specifications, etc.
  • HOTFIX🧯

    Urgent bug fix for a release version.
  • INIT🛠️

    Initial setup of a project or module.
  • REFACTOR🧽

    Improve code structure for readability, maintainability, and performance.
  • RELEASE🚀

    Prepare for a new release.