# Contributing Guidelines

Thank you for considering contributing to this project!  
Your help is highly appreciated. Please take a moment to review these guidelines before submitting a pull request or issue.

## Getting Started

- Make sure you have the latest version of the project cloned.
- Create a new branch for your changes:

```
git checkout -b feature/your-feature-name
```

- Make your changes and commit them with clear and meaningful commit messages.
- Push to your fork and submit a pull request.

## Pull Request Process

1. Ensure your PR is focused and includes only relevant changes.
2. If your changes fix a bug or add a feature, please describe them clearly in the PR description.
3. Include related issue numbers if applicable (e.g., `Fixes #123`).
4. Keep code style consistent with the project.
5. If applicable, update documentation and tests.

## Reporting Issues

If you find a bug or want to request a feature:
- Check if it hasn’t already been reported or requested.
- Open a new issue with a clear title and detailed description.

## Dependency Updates

This project uses [Dependabot](https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically).  
If you want to help by updating dependencies, feel free to open a pull request with the version bump.

## Code of Conduct

Be respectful and inclusive. All contributions must follow the community’s [Code of Conduct](CODE_OF_CONDUCT.md) (if available).

---

Thank you again for helping make this project better!
