We welcome contributions from everyone! Whether you want to add information about a new state, update existing data, or improve the project in any other way, here's how you can contribute:
-
Fork the Repository: Start by forking this repository to your GitHub account.
-
Clone the Repository: Clone the forked repository to your local machine using the following command:
git clone https://github.com/your-username/INDIA.git
- Create a New Branch: Before making any changes, create a new branch to work on your contribution:
git checkout -b feature/new-contribution
-
Make Changes: Add or update the necessary files with your contribution.
-
Commit Changes: Commit your changes with a descriptive commit message:
git commit -am "Add details about a new state"
-
Push Changes: Push your changes to your forked repository:
-
Submit a Pull Request: Finally, submit a pull request from your forked repository to the main repository. Describe your changes and why they should be merged.