flyapex / Awesome-Readme-Profiles

A collection of awesome readme templates to display on your profile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome Readme Profiles

Check these awesome, stylish and amazing readme files and make your own readme files like these.
Don't forget to leave ⭐ if you find this repo useful πŸ™ƒ

❓ Why this Repo?

The aim of this repository is to collect awesome READMEs that developers around the world are using on their own profiles to act as an inspiration for others.

πŸ€” How to use?

  1. To use these awesome READMEs in your GitHub Profile, First you have to fork this repository in your github account.

  2. Clone the repository from your account to local PC, so its available to you locally. Also, you can make changes in it.

  3. Go to your Desktop and open Git Bash or Terminal and copy or manually type the code.

  4. First you have to go to Desktop and clone the repository

        cd Desktop/
    
  5. To clone this repository

        git clone https://github.com/<your-username>/Awesome-Readme-Profiles.git/
    
  6. After clone the repository

        cd Awesome-Readme-Profiles/
    
  7. To open this repository in your VS Code Editor

        code .
    
  8. Congratulation πŸŽ‰ You can use these amazing READMEs in your GitHub Profile.

πŸ“ƒ Guidelines To Contribute

  1. Make sure you fork the repository, so it's available to your GitHub account, for further contributions as well as it state your contributions in it.

  2. Clone the repository from your account to local PC, so its available to you locally. Also, you can make changes in it.

        git clone https://github.com/<your-username>/<repo-name>
    
  3. Now, set the upstream so it make a "path of contribution" from your account's repo. (repository) to original repository.

       git remote add upstream https://github.com/<org-name>/<repo-name>.git
    
  4. After done with the changes in code, get ready to contribute, Excited ? 🀩

  5. Make your own branch by using following command:

        git checkout -b <branch-name>
    
  6. Now, you've to add the changes in that branch, you created just above.

        git add .
    
  7. Lets commit the changes, & earn "green square of the day".

        git commit -m "<message>"
    
  8. Now, just push the changes from your repo. to original repository.

        git push origin <branch-name>
    
  9. Once you've committed and pushed all of your changes to GitHub, go to the page for your fork on GitHub, select your development branch, and click the pull request button. If you need to make any adjustments to your pull request, just push the updates to GitHub. Your pull request will automatically track the changes in your development branch and update it.

Thanks for Reading πŸ€—

About

A collection of awesome readme templates to display on your profile

License:MIT License


Languages

Language:JavaScript 100.0%