Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 704 Bytes

File metadata and controls

22 lines (20 loc) · 704 Bytes

Contributing to File Transfer App

If you're interested in contributing, please follow these steps:

  1. Fork the repository to your own GitHub account.
  2. Clone your fork to your local machine.
    git clone https://github.com/RaresRacsan/file-transfer.git
  3. Create a new branch for your changes:
    git checkout -b feature-name
  4. Make your changes and commit them.
     git commit -m "Add feature"
  5. Push your changes back to your forked repository:
     git push origin feature-name
  6. Create a pull request (PR) to the main repository. I'll review yor changes and merge them if appropriate!