Docs Blog Contribute Enterprise Start →
Open Source

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.

Report a Bug
Found something broken? Open an issue on GitHub with reproduction steps and we'll take a look.
Open issue
Request a Feature
Have an idea that would make FractalX better? Share it in a GitHub discussion or feature request issue.
Request feature
Submit a Pull Request
Ready to write some code? Fork the repo, make your changes, and open a pull request. Small improvements are just as welcome as big ones.
View pull requests
Improve the Docs
Clear documentation helps everyone. Fix typos, add examples, or clarify explanations in the FractalX docs.
Suggest a doc fix

Getting Started

New contributors are always welcome. Here's how to get up and running quickly:

  1. Fork the FractalX repository on GitHub.
  2. Clone your fork locally: git clone https://github.com/<your-username>/FractalX.git
  3. Create a branch for your change: git checkout -b fix/your-change
  4. Make your changes and commit them with a clear message.
  5. 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.