Skip to content

Contributing

Thank you for your interest in contributing to TradeX!

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Submit a pull request
Terminal window
# Format all code
npx ultracite format
Terminal window
# Lint all code
npx ultracite lint

Follow conventional commits:

feat: add new order type
fix: resolve balance calculation bug
docs: update API documentation
  1. Ensure all tests pass
  2. Update documentation if needed
  3. Add tests for new features
  4. Request review from maintainers