Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.04 KB

CONTRIBUTING.md

File metadata and controls

23 lines (12 loc) · 1.04 KB

How to Contribute

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:

  1. Fork the Repository: Start by forking this repository to your GitHub account.

  2. Clone the Repository: Clone the forked repository to your local machine using the following command:

  • git clone https://github.com/your-username/INDIA.git
  1. Create a New Branch: Before making any changes, create a new branch to work on your contribution:
  • git checkout -b feature/new-contribution
  1. Make Changes: Add or update the necessary files with your contribution.

  2. Commit Changes: Commit your changes with a descriptive commit message:

  • git commit -am "Add details about a new state"
  1. Push Changes: Push your changes to your forked repository:

  2. 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.