Guides potential contributors on how to contribute to the project.
# Contributing to ComplexTensor
We welcome contributions to ComplexTensor! To ensure a smooth and efficient collaboration, please follow these guidelines.
## How to Contribute
1. **Fork the Repository**
2. **Clone Your Fork**
```bash
git clone https://github.com/yourusername/ComplexTensor.git
cd ComplexTensor
-
Create a Branch
git checkout -b feature/YourFeature
-
Make Your Changes
-
Run Tests Ensure that all existing tests pass and add new tests for your changes.
python -m unittest discover tests
-
Commit Your Changes
git commit -m "Add YourFeature"
-
Push to Your Fork
git push origin feature/YourFeature
-
Open a Pull Request