# Contributing to This Project
Thank you for your interest in contributing! Here’s a guide to help you get started.
## How You Can Contribute
1. **Report Bugs** or **Suggest Features**:
If you encounter a bug or have an idea to improve the project, feel free to [open an issue](https://github.com/ariostas/cygv/issues/new/choose) with a clear description.
2. **Submit Code Changes**:
Fork the repository, create a new branch, make your changes, and [open a pull request (PR)](https://github.com/ariostas/cygv/compare) with a clear description.
3. **Support the Project**:
- **Star this repository** to show your support.
- **Share it** with colleagues or others who might find it useful.
## Making Changes
- Follow the **coding style** used in the project.
- Ensure your changes are **well-documented**.
- Write **tests** for any new functionality.
## Code Review
Your PR will be reviewed by maintainers. Please respond to feedback and make any necessary changes.