Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 859 Bytes

Contributing.md

File metadata and controls

34 lines (24 loc) · 859 Bytes

Contributing

We welcome contributions to the dataDisk project! If you'd like to contribute, please follow these steps:

  1. Fork the repository: Click the "Fork" button at the top right of the repository page.

  2. Clone your fork:

    git clone https://github.com/davitacols/dataDisk.git
  3. Create a branch:

    git checkout -b my-feature-branch
  4. Make your changes: Implement your feature or bugfix.

  5. Commit your changes:

    git add .
    git commit -m "Description of my changes"
  6. Push to your branch:

    git push origin my-feature-branch
  7. Submit a pull request: Go to the repository on GitHub and click "New pull request".

We also appreciate if you star our project on GitHub to show your support!

Thank you for contributing!