Contributing¶
We welcome contributions to jaxace!
Development Setup¶
# Clone the repository
git clone https://github.com/CosmologicalEmulators/jaxace.git
cd jaxace
# Install in development mode
pip install -e ".[dev]"
Running Tests¶
Building Documentation¶
Code Style¶
We use standard Python formatting conventions. Please ensure your code is clean and well-documented.
Pull Requests¶
- Fork the repository
- Create a feature branch
- Make your changes
- Add tests if applicable
- Submit a pull request
Thank you for contributing!