Skip to content

Labels

Labels

  • build

    Modifications that will affect the building process of the code or CI/CD configurations
  • chore

    Changes or additions to the code that aren't noticeable to the end user
  • documentation

    Improvements or additions to documentation
  • feature

    Adds a new feature or improves an existing one
  • fix

    Changes made with the purpose of making an existing feature work as intended before production
  • hotfix

    Changes made with the purpose of making an already production deployed feature work as intended
  • refactor

    Changes or completely remakes already existing code
  • style

    Design driven changes that don't affect features too much
  • version

    Final touches for a deployment or merge into the main branch