# Contribution Guidelines
We welcome contributions to this project! To ensure a smooth and collaborative process, please follow these guidelines.
## Code of Conduct
Please note that this project is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms.
## How to Contribute
1. **Fork the repository:** Start by forking the project to your GitHub account.
2. **Clone your fork:**
```bash
git clone https://github.com/your-username/look_inside.git
cd look_inside
```
3. **Create a new branch:**
```bash
git checkout -b feature/your-feature-name
```
4. **Make your changes:** Implement your feature or bug fix.
5. **Test your changes:** Ensure that your changes do not introduce new issues and that all existing tests pass.
6. **Commit your changes:** Write clear and concise commit messages.
```bash
git commit -m "feat: Add your feature description"
```
7. **Push to your fork:**
```bash
git push origin feature/your-feature-name
```
8. **Open a Pull Request:** Submit a pull request to the `main` branch of the original repository. Describe your changes in detail and reference any related issues.
## Licensing
By contributing to `look_inside`, you agree that your contributions will be licensed under its MIT License. Please see the `LICENSE` file in this repository for full details.