Skip to content

Labels

Labels

  • build

    Updating build configuration, development tools, or other changes irrelevant to the user
  • docs

    Improvements or additions to documentation
  • feat

    New feature for the user
  • fix

    Bug fix for the user, not a fix to a build script
  • perf

    Performance improvements
  • refactor

    Refactoring production code, e.g. renaming a variable.
  • style

    Formatting changes, missing semicolons, etc.
  • test

    Adding missing tests, refactoring tests; no production code change