One of the following labels is required: breaking, enhancement, bug, documentation, internal.
Our PR naming convention can help determine the correct label.
Use the following as a loose guide:
feat: -> enhancementrefactor: -> enhancement or internalfix: -> bug or internaldocs: -> documentationtest: -> internalstyle: -> internalchore: -> internal
[!IMPORTANT]
Any change that breaks backwards compatibility should also be labeled as breaking.
One of the following labels is required:
breaking
,enhancement
,bug
,documentation
,internal
. Our PR naming convention can help determine the correct label. Use the following as a loose guide:feat:
->enhancement
refactor:
->enhancement
orinternal
fix:
->bug
orinternal
docs:
->documentation
test:
->internal
style:
->internal
chore:
->internal