Skip to content

Latest commit

 

History

History
49 lines (23 loc) · 1.36 KB

CONTRIBUTING.md

File metadata and controls

49 lines (23 loc) · 1.36 KB

Contributing to DataFlow File Manager

Thank you for considering contributing to DataFlow! We welcome your help to make this file manager even better.

How to Contribute

  1. Fork the repository to your GitHub account.

  2. Clone the forked repository to your local machine:

    git clone https://github.com/HackStyx/DataFlow-File-Manager.git
  3. Create a new branch for your changes:

    git checkout -b feature/your-feature

  4. Make your changes and ensure that the code is well-documented.

  5. Test your changes thoroughly.

  6. Commit your changes with a descriptive commit message:

    bashCopy code

    git commit -m "Add your message here"

  7. Push your changes to your fork:

    bashCopy code

    git push origin feature/your-feature

  8. Create a pull request (PR) from your fork to the original repository.

  9. Your PR will be reviewed, and any necessary feedback will be provided.

Bug Reports and Feature Requests

If you find any bugs or have ideas for new features, please open an issue on the Issues page.

License

By contributing to DataFlow, you agree that your contributions will be licensed under the MIT License. See the LICENSE file for details.