Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.43 KB

File metadata and controls

40 lines (31 loc) · 1.43 KB

How to Contribute

  1. Fork the Repository

  2. Clone Your Fork
    Use the command below to clone your fork locally:

    git clone https://github.com/thubZ09/vlm-research-hub.git
    cd vlm-research-hub
  3. Create a New Branch

    git checkout -b feature/your-feature-name
  4. Make Your Changes

  • Add or update content, tables, code samples, or documentation.
  • Ensure that your contributions are well-documented and adhere to the style and format of the repo.
  • Include relevant citations and links when referencing papers, models, or datasets.
  1. Commit Your Changes
    Write clear, descriptive commit messages

    git add .
    git commit -m "Add [feature/section/update description]"
  2. Submit a PR
    Push your branch to your fork and open a pull request against the main repository. Please include a detailed description of your changes and the motivation behind them.

Code of Conduct

This project adheres to a Code of Conduct. By participating, you agree to uphold this code to create a welcoming and productive environment for everyone.

Reporting Issues

If you encounter any bugs, errors, or have suggestions for improvements:

  • Open an issue in the repository.
  • Provide a clear description of the problem along with any relevant screenshots or error messages.

Thank you for helping us build a valuable resource for the Multimodal research community!☺️