We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31c864 commit 4dd1b30Copy full SHA for 4dd1b30
1 file changed
doc/development/contributing.rst
@@ -607,9 +607,12 @@ dependency
607
bugfix
608
For bug fixes. Can change code behavior with no deprecation period.
609
apichange
610
- Code behavior changes that require a deprecation period.
+ 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.
612
newfeature
- 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``.
616
other
617
For changes that don't fit into any of the above categories, e.g.,
618
internal refactorings.
0 commit comments