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 372a338 commit 626b235Copy full SHA for 626b235
source/contribute.rst
@@ -120,6 +120,8 @@ include:
120
- fixes to incorrect phpdoc comments (docblock type declarations, etc.);
121
- updates, corrections or improvements to code comments that are not
122
phpdoc comments;
123
+- _development_ dependency bumps (regular dependencies should not be
124
+ bumped).
125
126
.. note::
127
@@ -137,6 +139,7 @@ The next minor version branch may include:
137
139
138
140
- refactorings, unless they are necessary for a bugfix. This is to avoid
141
unnecessary risks.
142
+- dependency bumps if they lead to code simplifications;
143
- new deprecations - read our :ref:`Dedicated policy
144
<./policies/deprecation>` to figure out
145
how to contribute those.
0 commit comments