Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 893 Bytes

CONTRIBUTIONS.md

File metadata and controls

13 lines (10 loc) · 893 Bytes

Contribute to DonerSerializer

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.

README update

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.

CHANGELOG update

Any change needs to be specified in the CHANGELOG, indicating if it's a breaking change, a new feature or a hotfix.

Branch naming

DonerComponents follows GitFlow naming convention.

  • For New Features: feature/name-of-the-feature
  • For Fixes: fix/name-of-the-fix