Arijit-017 / ISTE-Contribution-React

https://iste-contribution-react.vercel.app
MIT License
2 stars 4 forks source link

Add your information in json #1

Open Arijit-017 opened 2 days ago

Arijit-017 commented 2 days ago

Steps to Contribute

Follow these steps to contribute to this repository during Hacktoberfest:

  1. Fork the Repository

    • Click the Fork button at the top right of this repository's page to create a copy of the repo under your GitHub account.
  2. Clone it to Your Local Machine

    • Open your terminal and use the following command to clone the repo:
      git clone https://github.com/your-username/repo-name.git
  3. Add Your Data

    • Navigate to the public/data/ folder and open the data.json file.
    • Add your details in the following format:
      {
      "name": "Your Name",
      "location": "Your Address",
      "bio": "Write more about yourself",
      "avatar": "Link to your GitHub avatar",
      "portfolio": "Link to your GitHub profile",
      "skills": ["skill 1", "skill 2", "skill 3", "..."],
      "social": {
       "GitHub": "https://github.com/user_name",
       "Twitter": "https://x.com/your_twitter_handle",
       "LinkedIn": "https://www.linkedin.com/in/username"
      }
      }
  4. Push Your Changes

    • After adding your details, commit your changes using:
      git add .
      git commit -m "Added my profile details"
      git push origin main
  5. Create a Pull Request

    • Head back to the repository on GitHub, and click on Compare & pull request. Provide a meaningful description of your changes and create the pull request.

That's it! You're now part of this project. 🎉

Snehalgupta-07 commented 2 days ago

Hi I can do this task, can u please assign it to me :)