Galoy is an open source project and so contributions to this repository are welcome. If this is your first contribution then please take a look at the issues in the backlog with the good first issue tag. If you would like to discuss anything with the team before picking up an issue then feel free to join our public workspace on mattermost.
- Fork our repository.
- Create a branch in your forked repository.
- Make the required code changes.
- Ensure you run
yarn check-code
and run the fix commands if necessary. - Open a pull request from your forked branch to main branch on galoy repository.