Skip to content

AmruthLP12/simple-contributions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Contribution

Click on the link to see the live site!

Introduction

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!

How to Contribute

  1. Fork the repository by clicking the "Fork" button at the top of this page.
  2. Clone your forked repository:
   git clone https://github.com/your-username/simple-contributions.git
  1. Navigate into the project directory:
cd simple-contribution
  1. Open the cardDetails.json file in your favorite code editor.
  2. 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"
}
  1. Save the file, commit your changes, and push them
git add cardDetails.json
git commit -m "Added my details"
git push origin main
  1. Go to your forked repository on GitHub and click on the "New Pull Request" button.
  2. Submit your pull request (PR).

Contributions

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!