Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vedant-jain03/github-profile-readme-generator

This is Github Profile Readme Generator, Made using React. You can fill the input field as you want, you can select add-on feature you want to see in your profile. The Readme final Code is below , you just have to copy and paste to your readme file. If you like the project Kindly Star the Project
https://github.com/vedant-jain03/github-profile-readme-generator

api generator github github-profile-read-generator profile react

Last synced: 3 months ago
JSON representation

This is Github Profile Readme Generator, Made using React. You can fill the input field as you want, you can select add-on feature you want to see in your profile. The Readme final Code is below , you just have to copy and paste to your readme file. If you like the project Kindly Star the Project

Awesome Lists containing this project

README

        

## Contribution Guidelines🏗

Are we missing any of your favorite features, which you think you can add to itâť“ We invite you to contribute to this project and make it better.
To start contributing, follow the below guidelines:

**1.** Fork [this](https://github.com/vedant-jain03/Github-Profile-Readme-Generator) repository.

**2.** Clone your forked copy of the project.

```
git clone https://github.com//Github-Profile-Readme-Generator.git
```

**3.** Navigate to the project directory :file_folder: .

```
cd Github-Profile-Readme-Generator
```

**4.** Add a reference(remote) to the original repository.

```
git remote add upstream https://github.com/vedant-jain03/Github-Profile-Readme-Generator.git
```

**5.** Check the remotes for this repository.

```
git remote -v
```

**6.** Always take a pull from the upstream repository to your master branch to keep it at par with the main project(updated repository).

```
git pull upstream main
```

**7.** Create a new branch.

```
git checkout -b
```

**8.** Perfom your desired changes to the code base.

**9.** Track your changes:heavy_check_mark: .

```
git add .
```

**10.** Commit your changes .

```
git commit -m "Relevant message"
```

**11.** Push the committed changes in your feature branch to your remote repo.

```
git push -u origin
```

**12.** To create a pull request, click on `compare and pull requests`.

**13.** Add appropriate title and description to your pull request explaining your changes and efforts done.

**14.** Click on `Create Pull Request`.

**15** Voila :exclamation: You have made a PR to the awesome-javascript-projects :boom: . Wait for your submission to be accepted and your PR to be merged.