Contributing

If you're planning to contribute to Xio, the project is designed to be readable, modular, and easy to extend.

To get started:

  1. Fork the repository

  2. Create a new branch for your feature or fix

  3. Make your changes

  4. Test your code locally

  5. 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