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