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.
2 parents dbc3fc2 + 88222d5 commit b9c5d21Copy full SHA for b9c5d21
docs/README.md
@@ -78,3 +78,10 @@ $decimalAdded = $decimalOne->add($decimalTwo); // Now '3.3'
78
```
79
80
Note that due to immutability `$decimalOne` is not modified here. The re-assignment is necessary for the operation to persist.
81
+
82
83
+## Contributing
84
85
+You can contribute as pull request directly:
86
+- Target `master` branch for: bugfixes, improvements that are BC
87
+- Target `next` branch (next major version) for: Any BC breaking behavior, cleanup like removing deprecations or alike
0 commit comments