Skip to content

Commit

Permalink
Merge pull request #94 from cardano-foundation/develop
Browse files Browse the repository at this point in the history
chore: Merge develop branch changes to main
  • Loading branch information
satran004 authored Nov 28, 2023
2 parents 45dd884 + bff7eb0 commit 09f240f
Show file tree
Hide file tree
Showing 173 changed files with 5,015 additions and 13,065 deletions.
359 changes: 0 additions & 359 deletions CHANGELOG.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ Thank you for contributing your changes by opening a pull requests! To get somet
- Quality of changes is ensured - through new or updated automated tests
- Change is related to an issue (feature request or bug report) - ideally discussed beforehand
- Well-scoped - we prefer multiple PRs, rather than a big one
- The **develop** branch contains the latest code, and all development should be based on this branch. Therefore, please ensure that the base branch for your pull request is set to '**develop**'.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,14 @@ Edit ``env`` file with database and network details
```shell
docker run -p 8080:8080 --env-file env cardanofoundation/ledger-sync:<version>
```

## Contributing to Ledger Sync

We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:

- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features

Please check details [here](CONTRIBUTING.md)

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 09f240f

Please sign in to comment.