An open API service indexing awesome lists of open source software.

https://github.com/amruthlp12/simple-contributions


https://github.com/amruthlp12/simple-contributions

bigginers contribution contributions-welcome css github-desktop good-first-issue html open-source

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Simple Contribution

# [Contribute To This Project](https://github.com/AmruthLP12/simple-contributions/)

**Click on the [link](https://github.com/AmruthLP12/simple-contributions/) 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:
```bash
git clone https://github.com/your-username/simple-contributions.git
```

3. Navigate into the project directory:

```bash
cd simple-contribution
```
4. Open the cardDetails.json file in your favorite code editor.
5. Add your details (name, profession, quote, and social links) following the format:
```bash
{
"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]"
}
```

6. Save the file, commit your changes, and push them

```bash
git add cardDetails.json
git commit -m "Added my details"
git push origin main
```
7. Go to your forked repository on GitHub and click on the "New Pull Request" button.
8. 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!