Skip to content

Labels

Labels

  • build

    Changes that affect the build system or external dependencies (example scopes: gulp, broccoli).
  • chore

    Just a adjust.
  • ci

    This issue or pull request changes to our CI configuration files and scripts.
  • dependencies

    Pull requests that update a dependency file
  • deploy

    When prompted to modify the project in production.
  • docs

    Documentation only changes.
  • feat

    A new feature.
  • fix

    A bug fix.
  • high priority

    High priority to approve.
  • hot fix

    High priority bug fix that should be joined directly with the master.
  • improvement

    An improvement to a current feature.
  • perf

    A code change that improves performance.
  • refactor

    A code change that neither fixes a bug nor adds a feature.
  • revert

    Reverts a previous commit.
  • style

    Changes that do not affect the meaning of the code.
  • test

    Adding missing tests or correcting existing tests.
  • wip

    Work in progress.