Skip to content

Labels

Labels

  • scope/nextcore.common

    Any changes to the nextcore.common namespace
  • scope/nextcore.gateway

    Any changes to the nextcore.gateway namespace
  • scope/nextcore.http

    Any changes to the nextcore.http namespace
  • type/bug

    A bug fix
  • type/build

    Change anything related to build systems. This can be things like bumping a dependency
  • type/chore

    Update things that are not code, docs or tests
  • type/ci

    Update github workflows configuration
  • type/docs

    Changes to the documentation
  • type/feature

    A feature addition
  • type/performance

    Improve performance
  • type/refactor

    Refactor code
  • type/revert

    Reverts a merge or commit
  • type/style

    Minor style fixes like running task lint. This should not change any behaviour or fix any bugs.
  • type/tests

    Improve tests