Skip to content

Commit

Permalink
README instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
laysabit committed May 20, 2024
1 parent 99791ea commit 336e1f7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

The Stellar-ETL is a data pipeline that allows users to extract data from the history of the Stellar network.

## ** Before creating a branch **

Pay attention, 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:

* ```release/<branch-name>```
* ```feature/<branch-name>```
* ```patch/<branch-name>```

If branch is already made, just rename it *before passing the pull request*.

## **Table of Contents**

- [Exporting the Ledger Chain](#exporting-the-ledger-chain)
Expand Down

0 comments on commit 336e1f7

Please sign in to comment.