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"
}
}
Push Your Changes
After adding your details, commit your changes using:
git add .
git commit -m "Added my profile details"
git push origin main
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.
Steps to Contribute
Follow these steps to contribute to this repository during Hacktoberfest:
Fork the Repository
Fork
button at the top right of this repository's page to create a copy of the repo under your GitHub account.Clone it to Your Local Machine
Add Your Data
public/data/
folder and open thedata.json
file.Push Your Changes
Create a Pull Request
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. 🎉