Skip to content

Labels

Labels

  • A-AllTuples

    A change to the all_tuples*! macros.
  • A-Build-Pipeline

    A change to the build pipeline/CI.
  • A-Cross-Cutting

    Changes a lot of things!
  • A-Examples

    A change to the examples.
  • C-Bug

    Something isn't working
  • C-Code-Quality

    A section of code that is hard to understand or change, unidiomatic, or triggers a lint.
  • C-Dependencies

    Upgrading a dependency
  • C-Documentation

    An improvement to the documentation.
  • C-Enhancement

    A targeted quality-of-life change that makes it easier to use.
  • C-Feature

    A new feature, making something new possible.
  • C-Performance

    A change motivated by improving speed, memory usage or compile times.
  • C-Testing

    Benchmarking, unit testing, or other testing.
  • C-Tracking-Issue

    An issue that collects information about a broad development initiative.
  • D-Complex

    Quite challenging from either a design or technical perspective. Ask for help!
  • D-Modest

    A "normal" level of difficulty; suitable for simple features or challenging fixes.
  • D-Straightforward

    Simple to understand and implement.
  • D-Trivial

    Nice and easy! Should only need one review.
  • M-Needs-Migration-Guide

    This change needs a `## Migration` guide in the description.
  • O-Android

    This is specific to the Android operating system.
  • O-BSD

    This is specific to the BSD operating system.
  • O-iOS

    This is specific to the iOS operating system.
  • O-Linux

    This is specific to the Linux operating system.
  • O-MacOS

    This is specific to the MacOS operating system.
  • O-Platform-Specific

    A problem that only happens on certain targets.
  • O-Web

    This is specific to WASM builds.
  • O-Windows

    This is specific to the Windows operating system.
  • P-Compile-Failure

    A failure to compile that must be urgently addressed.
  • P-Crash

    A runtime crash that must be urgently addressed.
  • P-Regression

    Functionality that used to work but no longer does. Add a test for this!
  • P-Unsound

    A bug that results in undefined compiler behavior.