Contributing
If you're planning to contribute to Xio, the project is designed to be readable, modular, and easy to extend.
To get started:
Fork the repository
Create a new branch for your feature or fix
Make your changes
Test your code locally
Open a pull request once you're ready
Before submitting, make sure your changes:
Follow existing formatting and naming conventions
Include relevant comments if logic is complex
Don’t introduce unnecessary dependencies
Contributions of all kinds are welcome, whether it’s a bug fix, feature suggestion, documentation improvement, or performance optimization.
Last updated