Skip to content

Labels

Labels

  • breaking-changes

    Breaking changes.
  • build

    Changes to the build scripts.
  • chore

    Updating grunt tasks, etc; no production code change.
  • ci

    Changes to Continuous Integration files and scripts.
  • docs

    Changes to the documentation.
  • feat

    New feature for the user, not a new feature for build script.
  • fix

    Bug fix for the user, not a fix to a build script.
  • help wanted

    Extra attention is needed
  • perf

    Code change that improves performance.
  • refactor

    Refactoring production code, eg. renaming a variable.
  • research

    Further information is requested
  • revert

    Reverts previous commit(s).
  • style

    Formatting, missing semi colons, etc; no production code change.
  • test

    Adding missing tests, refactoring test; no production code change.
  • tracker

    Backlog tasks.