Skip to content

Labels

Labels

  • Changes that affect the build system or external dependencies
  • other changes that don't modify src files
  • Changes to our CI configuration files and scripts Edit Delete
  • Documentation only changes Edit Delete
  • Introduces a new feature to the codebase
  • Patches a bug in the codebase Edit Delete
  • Good for newcomers
  • Extra attention is needed
  • A code change that enhances performance
  • A code change that neither fixes a bug nor adds a feature
  • Changes that do not affect the meaning of the code
  • Adding missing tests or correcting existing tests