Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 641 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (21 loc) · 641 Bytes

Contributing to FileHashDispatcher

Welcome to our open-source project! We appreciate your interest and contributions.

How to Contribute

  1. Fork this repository to your GitHub account.

  2. Clone the forked repository to your local machine.

    git clone
  3. Create a new branch for your changes.

    git checkout -b <branch-name>
  4. Make your changes and commit them.

    git commit -m "<commit-message>"
  5. Push your changes to your forked repository.

    git push origin <branch-name>
  6. Create a pull request from your forked repository to this repository.