Thanks for taking the time to improve stellar-etl!
The following is a set of guidelines for contributions and may change over time. Feel free to suggest improvements to this document in a pull request.We want to make it as easy as possible to contribute changes that help the Stellar network grow and thrive. There are a few guidelines that we ask contributors to follow so that we can merge your changes quickly.
Before creating a branch it is very important to know if your modification to this repository is a release (breaking changes), a feature (functionalities) or a patch (to fix bugs). With that information, create your branch name like this:
major/<branch-name>minor/<branch-name>patch/<branch-name>
If branch is already made, just rename it before creating the pull request.