Skip to content

Labels

Labels

  • build

    Changes that affect the build system or external dependencies (example: webpack, babel, npm)
  • chore

    Other changes that don't modify src or test files
  • ci

    Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, Sau
  • doc

    Documentation only changes
  • feat

    A new feature
  • fix

    A bug fix
  • help wanted

    Extra attention is needed
  • 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 (white-space, formatting, missing semi-colons, et
  • test

    Adding missing tests or correcting existing tests