To contribute to DonerComponents, please branch from development
. This branch will include all the changes for the next release of the library and it will be merged to master after creating a new release.
If any of the changes requested suppose a change in the usage of DonerComponents, or adds a new functionality, this should be explained in the README.
Any change needs to be specified in the CHANGELOG, indicating if it's a breaking change, a new feature or a hotfix.
DonerComponents follows GitFlow
naming convention.
- For New Features:
feature/name-of-the-feature
- For Fixes:
fix/name-of-the-fix