Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 781 Bytes

CONTRIBUTING.MD

File metadata and controls

11 lines (8 loc) · 781 Bytes

Contributing

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.

Pull Request Process

  1. Fork our repository.
  2. Create a branch in your forked repository.
  3. Make the required code changes.
  4. Ensure you run yarn check-code and run the fix commands if necessary.
  5. Open a pull request from your forked branch to main branch on galoy repository.