# Contributing to String Utils

Thank you for considering contributing to the String Utils library! Your contributions are greatly appreciated and will help improve the library for everyone.

## How to Contribute

There are several ways to contribute to the project:

### 1. Reporting Issues

If you encounter any bugs or have feature requests, please open an issue on the [GitHub Issues](https://github.com/simonGrasinovski/str-utils/issues) page. Be sure to provide a clear description of the problem or feature, along with any relevant details.

### 2. Code Contributions

If you'd like to contribute code, follow these steps:

1. **Fork the Repository**  
   Click the "Fork" button at the top right of the repository page to create your own copy.

2. **Clone Your Fork**  
   Clone your forked repository to your local machine:
   ```bash
   git clone https://github.com/simonGrasinovki/str-utils.git
   ```
