Skip to content

Labels

Labels

  • bug

    bug fix, not a fix to a build script
  • chore

    updating grunt tasks etc; no production code change
  • docs

    changes to the documentation
  • feat

    new feature, not a new feature for build script
  • refactor

    refactoring production code, eg. renaming a variable
  • style

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

    adding missing tests, refactoring tests; no production code change