Contributing
Contributions to Nexus-CAT are welcome! Here’s how you can contribute:
Report Bugs: Submit bug reports through the GitHub Issues page.
Request Features: Suggest new features or ideas.
Submit Pull Requests: Fork the repository, make your changes, and submit a pull request.
Development Setup
Clone the repository:
git clone git@github.com:jperradin/nexus.git
Install the package using the setup.py file:
cd nexus pip install -e .
Thank you for contributing!