Click on the link to see the live site!
Hey there! 👋 Welcome to the Simple Contribution repo. This project is designed to help first-time contributors learn how to make their first pull request (PR). It's a simple project where you can add your personal details to a JSON file, and once your PR is accepted, your details will be displayed on the live website!
- Fork the repository by clicking the "Fork" button at the top of this page.
- Clone your forked repository:
git clone https://github.com/your-username/simple-contributions.git
- Navigate into the project directory:
cd simple-contribution
- Open the cardDetails.json file in your favorite code editor.
- Add your details (name, profession, quote, and social links) following the format:
{
"name": "Your Name",
"profession": "Your Profession",
"quote": "\"Your favourite quote\" - Said by You",
"github": "https://github.com/yourusername",
"linkedin": "https://linkedin.com/in/yourprofile",
"email": "mailto:youremail@example.com"
}
- Save the file, commit your changes, and push them
git add cardDetails.json
git commit -m "Added my details"
git push origin main
- Go to your forked repository on GitHub and click on the "New Pull Request" button.
- Submit your pull request (PR).
All contributors are welcome, whether you're a developer or a beginner looking to get started with open-source projects. Once your pull request is merged, your details will be visible on the live site.
If you enjoy this project, kindly leave a ⭐ on the repo.
Thanks for contributing! Feel free to check out the Contributors List to meet others who've joined the project!