Skip to content

No labels!

There aren’t any labels for this repository quite yet.

BREAKING CHANGE
BREAKING CHANGE
Introduce a breaking change (correlating with MAJOR in Semantic Versioning)
changelog:added
changelog:added
Add a new feature (SemVer:MINOR)
changelog:changed
changelog:changed
Change existing functionality (SemVer:MAJOR)
changelog:deprecated
changelog:deprecated
Obsolete soon-to-be removed features (SemVer:MINOR)
changelog:fixed
changelog:fixed
Something isn't working (SemVer:PATCH)
changelog:none
changelog:none
No consumer observable changes (no SemVer increment)
changelog:removed
changelog:removed
Remove an existing feature (SemVer:MAJOR)
changelog:security
changelog:security
Fix a vulnerability (SemVer:PATCH)
duplicate
duplicate
This issue or pull request already exists
good first issue
good first issue
Good for newcomers
help wanted
help wanted
Extra attention is needed
invalid
invalid
This doesn't seem right
question
question
Further information is requested
scope:benchmarking
scope:benchmarking
Benchmarking and/or Profiling
scope:library
scope:library
The Roslyn Common code Library
scope:package
scope:package
NuGet package
scope:repo
scope:repo
GitHub repository and/or Actions
scope:testing
scope:testing
Unit and/or Integration Testing
type:build
type:build
Changes that affect the build system or external dependencies
type:cd
type:cd
Changes to our CD configuration files and scripts
type:chore
type:chore
Update packages/dependencies that don't impact the published .NET tool
type:ci
type:ci
Changes to our CI configuration files and scripts
type:docs
type:docs
Improvements or additions to documentation
type:feat
type:feat
Request/add a new feature (this correlates with MINOR in Semantic Versioning)
type:fix
type:fix
Fix/patch a bug (this correlates with PATCH in Semantic Versioning)
type:merge
type:merge
A merge or resolving a merge conflict
type:perf
type:perf
A code change that improves performance
type:refactor
type:refactor
A code change that neither fixes a bug nor adds a feature
type:release
type:release
Commits that mark GitHub and NuGet releases, which increment the version and have a release tag
type:revert
type:revert
Revert some existing commits