How to Contribute
We welcome contributions from the community to help make the Indian AI Initiatives resource better. Whether you’re fixing a typo, adding new content, or improving existing documentation, your help is greatly appreciated.Getting Started
Our project is hosted on GitHub. You can find the repository at:git@github.com:India-AI-Initiatives/indiaml-initiatives.git
Or access it via HTTPS: https://github.com/India-AI-Initiatives/indiaml-initiatives
Making Changes
To contribute, please follow these steps:- Fork the Repository: Start by forking the main repository to your own GitHub account.
-
Create a Branch: For any changes you make, please create a new branch from the
mainbranch. A good branch name is descriptive of the changes you’re making (e.g.,feat/add-new-reportorfix/typo-in-intro). - Make Your Changes: Add or edit the content as needed. Ensure your changes are clear and well-documented.
- Commit Your Changes: Use clear and concise commit messages.
-
Create a Pull Request (PR): Push your branch to your fork and open a Pull Request to the
mainbranch of theIndia-AI-Initiatives/indiaml-initiativesrepository.- PR Title: Your PR title should be a short, clear summary of the changes.
- PR Description: In the description, please explain the “what” and “why” of your changes. If you are resolving an existing issue, please link to it.