-
Fork the Repository
-
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 -
Create a New Branch
git checkout -b feature/your-feature-name
-
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.
-
Commit Your Changes
Write clear, descriptive commit messagesgit add . git commit -m "Add [feature/section/update description]"
-
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.
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.
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.