Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.46 KB

CONTRIBUTING.md

File metadata and controls

36 lines (22 loc) · 1.46 KB

Contributing to GenAI Bootcamp 2025 - AI Language Assistant

👍🎉 First off, thanks for taking interest on contribute to this project! 🎉👍

Note: During the course of the bootcamp, contributions will be limited to feedback and comments. Please feel free to check the issues page and leave your comments.

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owner of this repository before making a change. Please note and check out the code of conduct, and follow it in all your interactions with the project.

Table of Contents

Setting Up the project locally

To install the project you need to review the project documentation that will be completed during the bootcamp.

  1. Fork the project, clone your fork:

    # Clone your fork
    git clone https://github.com/<your-username>/free-genai-bootcamp-2025.git
    
    # Navigate to the newly cloned directory
    cd free-genai-bootcamp-2025

Submitting a Pull Request

Please go through existing issues and pull requests to check if somebody else is already working on it.

Also, make sure to run the tests and link the code before you commit your changes.