simple contributions
1.0.0
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!
git clone https://github.com/your-username/simple-contributions.gitcd simple-contribution{
"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:[email protected]"
}git add cardDetails.json
git commit -m "Added my details"
git push origin mainAll 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!