Contribute to FractalX
FractalX is open source and community-driven. Whether you write code, find bugs, improve docs, or spread the word — every contribution matters.
Getting Started
New contributors are always welcome. Here's how to get up and running quickly:
- Fork the FractalX repository on GitHub.
- Clone your fork locally:
git clone https://github.com/<your-username>/FractalX.git - Create a branch for your change:
git checkout -b fix/your-change - Make your changes and commit them with a clear message.
- Push to your fork and open a pull request against
main.
For larger changes, please open an issue first to discuss the approach before investing a lot of time in implementation.
What to Work On
Not sure where to start? Check out issues labelled good first issue or help wanted on GitHub — these are curated specifically for new contributors:
Code of Conduct
FractalX is committed to providing a welcoming and inclusive environment. All contributors are expected to treat one another with respect. Harassment or discrimination of any kind will not be tolerated.
By participating in this project you agree to abide by the Code of Conduct.
License
FractalX is licensed under the Apache License 2.0. By contributing, you agree that your contributions will be licensed under the same terms.
Questions?
If you're unsure about anything, feel free to open an issue and ask. No question is too small.