699 B
699 B
Contributing
Thanks for considering contributing! Please follow these guidelines to make the process smooth.
How to contribute
- Fork the repository and create a feature branch for your change.
- Keep changes focused and add tests where appropriate.
- Submit a Pull Request with a clear description and the reason for the change.
Coding standards
- Keep functions small and well-documented.
- Use the existing logging utilities for consistent output.
- Prefer safe, incremental changes for financial code.
Security and secrets
- Never commit private keys, API keys, or secrets. Use environment variables or a secrets manager.
- If you accidentally commit secrets, rotate them immediately.