-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Description
Steps to Contribute
Follow these steps to contribute to this repository during Hacktoberfest:
-
Fork the Repository
- Click the
Forkbutton at the top right of this repository's page to create a copy of the repo under your GitHub account.
- Click the
-
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
- Open your terminal and use the following command to clone the repo:
-
Add Your Data
- Navigate to the
public/data/folder and open thedata.jsonfile. - 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" } }
- Navigate to the
-
Push Your Changes
- After adding your details, commit your changes using:
git add . git commit -m "Added my profile details" git push origin main
- After adding your details, commit your changes using:
-
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.
- Head back to the repository on GitHub, and click on
That's it! You're now part of this project. 🎉