Skip to content

Labels

Labels

  • .NET

    Pull requests that update .NET code
  • blocked-by-ably

    We can't proceed until something under our direct control, in a different codebase, happens.
  • blocked-by-external

    We can't proceed until something outside of Ably's direct control happens.
  • breaking

    Backwards incompatible changes made to the public API.
  • bug

    Something isn't working. It's clear that this does need to be fixed.
  • code-quality

    Affects the developer experience when working in our codebase.
  • dependencies

    Pull requests that update a dependency file
  • documentation

    Improvements or additions to public interface documentation (API reference or readme).
  • enhancement

    New feature or improved functionality.
  • example-app

    Relates to the example apps included in this repository.
  • failing-test

    Where an automated test is failing either locally or in CI. Perhaps flakey, wrong or bug.
  • testing

    Includes all kinds of automated tests, the way that we run them and the infrastructure around them.