-
Notifications
You must be signed in to change notification settings - Fork 2
Contributing
Garot Conklin edited this page Apr 29, 2025
·
1 revision
- Fork the repository
- Clone your fork
- Run
source ./scripts/init.sh
- Use Python 3.12+
- Follow PEP 8
- Include docstrings
- Add type hints
# Run tests
pytest tests/
# Run linting
./scripts/lint.sh- Branch naming:
feature/descriptionorfix/description - Update documentation
- Add tests
- Submit PR with description
- Use conventional commits
- Include issue references
- Be descriptive
Report Bug | Request Feature | Documentation | Contributing Guidelines
© 2025 fleXRPL. All Rights Reserved.