Contributing
Thank you for your interest in contributing to TradeX!
Getting Started
Section titled “Getting Started”- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
Code Style
Section titled “Code Style”Formatting
Section titled “Formatting”# Format all codenpx ultracite formatLinting
Section titled “Linting”# Lint all codenpx ultracite lintCommit Messages
Section titled “Commit Messages”Follow conventional commits:
feat: add new order typefix: resolve balance calculation bugdocs: update API documentationPull Request Process
Section titled “Pull Request Process”- Ensure all tests pass
- Update documentation if needed
- Add tests for new features
- Request review from maintainers