Skip to content

Commit 4dd1b30

Browse files
authored
Update towncrier change type descriptions (#13829)
1 parent c31c864 commit 4dd1b30

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

doc/development/contributing.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,9 +607,12 @@ dependency
607607
bugfix
608608
For bug fixes. Can change code behavior with no deprecation period.
609609
apichange
610-
Code behavior changes that require a deprecation period.
610+
Changes to existing code behavior that require a deprecation period. Can include the
611+
addition of new features only if existing code behavior is changed alongside this.
611612
newfeature
612-
For new features.
613+
For new features that do not change existing code behavior. If existing code
614+
behavior is changed alongside the addition of these features, the changes should
615+
instead be labelled as ``apichange``.
613616
other
614617
For changes that don't fit into any of the above categories, e.g.,
615618
internal refactorings.

0 commit comments

Comments
 (0)