Skip to content

Labels

Labels

  • build

    Change that affects the build system or external dependencies
  • chore

    Change that involves maintenance and does not end in another category
  • dependencies

    Pull requests that update a dependency file
  • docs

    Change that adds or improves documentation
  • feat

    Change that adds a new feature
  • fix

    Change that fixes something that isn't working as expected
  • javascript

    Pull requests that update javascript code
  • perf

    Change that improves performance
  • refactor

    Change that neither fixes a bug nor adds a feature (non-functional)
  • revert

    Change that reverts a previous modification
  • style

    Change modifies style (linting) that does not affect the meaning of the code
  • test

    Change adds a missing test or correction of existing tests