Skip to content

Labels

Labels

  • BREAKING CHANGE

    Introduce a breaking change (correlating with MAJOR in Semantic Versioning)
  • changelog:added

    Add a new feature (SemVer:MINOR)
  • changelog:changed

    Change existing functionality (SemVer:MAJOR)
  • changelog:deprecated

    Obsolete soon-to-be removed features (SemVer:MINOR)
  • changelog:fixed

    Something isn't working (SemVer:PATCH)
  • changelog:none

    No consumer observable changes (no SemVer increment)
  • changelog:removed

    Remove an existing feature (SemVer:MAJOR)
  • changelog:security

    Fix a vulnerability (SemVer:PATCH)
  • duplicate

    This issue or pull request already exists
  • good first issue

    Good for newcomers
  • help wanted

    Extra attention is needed
  • invalid

    This doesn't seem right
  • question

    Further information is requested
  • scope:benchmarking

    Benchmarking and/or Profiling
  • scope:code

    .NET, MSBuild and C# maintenance tasks
  • scope:introspection

    The CLI Introspection libraries
  • scope:package

    NuGet packages
  • scope:repo

    GitHub repository and/or Actions
  • scope:testing

    Unit and/or Integration Testing
  • scope:tool

    .NET tool
  • sloppy

    A low-quality contribution seemingly unsalvageable. Please open it anew with the guidelines in mind.
  • triage

    Triage, verify, review, reproduce, estimate, plan, and label new issues
  • type:build

    Changes that affect the build system or external dependencies
  • type:cd

    Changes to our CD configuration files and scripts
  • type:chore

    Update packages/dependencies that don't impact published artifacts
  • type:ci

    Changes to our CI configuration files and scripts
  • type:docs

    Improvements or additions to documentation
  • type:feat

    Request/add a new feature (this correlates with MINOR in Semantic Versioning)
  • type:fix

    Fix/patch a bug (this correlates with PATCH in Semantic Versioning)
  • type:merge

    A merge or resolving a merge conflict