We welcome contributions to the dataDisk project! If you'd like to contribute, please follow these steps:
-
Fork the repository: Click the "Fork" button at the top right of the repository page.
-
Clone your fork:
git clone https://github.com/davitacols/dataDisk.git
-
Create a branch:
git checkout -b my-feature-branch
-
Make your changes: Implement your feature or bugfix.
-
Commit your changes:
git add . git commit -m "Description of my changes"
-
Push to your branch:
git push origin my-feature-branch
-
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!