Skip to content

Commit b9c5d21

Browse files
committed
Merge branch 'bugfix/type-casts' of github.com:vansari/decimal-object into bugfix/type-casts
2 parents dbc3fc2 + 88222d5 commit b9c5d21

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,10 @@ $decimalAdded = $decimalOne->add($decimalTwo); // Now '3.3'
7878
```
7979

8080
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

Comments
 (0)