Skip to content

Labels

Labels

  • breaking change

    Introducing changes that will break the consumer code
  • bug

    Something isn't working
  • documentation

    Pull requests or issues to add or modify documentation.
  • enhancement

    Issues describing an enhancement or pull requests adding an enhancement.
  • feature

    New non-breaking functionnality
  • maintenance

    Pull requests that perform maintenance on the project but add no features or bug fixes.
  • major

    Pull requests requiring a major version update according to semantic versioning.
  • minor

    Pull requests requiring a minor version update according to semantic versioning.
  • patch

    Pull requests requiring a patch version update according to semantic versioning.
  • refactoring

    No functional changes, no api changes