Thank you for considering contributing to DataFlow! We welcome your help to make this file manager even better.
-
Fork the repository to your GitHub account.
-
Clone the forked repository to your local machine:
git clone https://github.com/HackStyx/DataFlow-File-Manager.git
-
Create a new branch for your changes:
git checkout -b feature/your-feature
-
Make your changes and ensure that the code is well-documented.
-
Test your changes thoroughly.
-
Commit your changes with a descriptive commit message:
bashCopy code
git commit -m "Add your message here"
-
Push your changes to your fork:
bashCopy code
git push origin feature/your-feature
-
Create a pull request (PR) from your fork to the original repository.
-
Your PR will be reviewed, and any necessary feedback will be provided.
If you find any bugs or have ideas for new features, please open an issue on the Issues page.
By contributing to DataFlow, you agree that your contributions will be licensed under the MIT License. See the LICENSE file for details.