If you're interested in contributing, please follow these steps:
- Fork the repository to your own GitHub account.
- Clone your fork to your local machine.
git clone https://github.com/RaresRacsan/file-transfer.git
- Create a new branch for your changes:
git checkout -b feature-name
- Make your changes and commit them.
git commit -m "Add feature" - Push your changes back to your forked repository:
git push origin feature-name
- Create a pull request (PR) to the main repository. I'll review yor changes and merge them if appropriate!