Panquesito7 / Dope-Github-Readmes

Collection of amazing Github Profile Readme's for you to get inspired from and create your own GitHub profiles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dope-Github-Readmes

Note

This repository is not included in the Hacktoberfest event.
It is used to practice when making your first steps into open-source.

Maintenance PRs Welcome Open Source Love svg1 contributions welcome GitHub license

What is Dope Github Readmes?

This is collection of really dope Github README Profiles, that you can take inspiration from. Wanna add your your awesome readme to our list? Sure, follow along✨

Design-and-Code

Welcome to Design & Code where anyone interested in designing and coding can connect and interact with fellow peers from all over the globe and not only learn but also collaborate on various projects!


Folder Structure: πŸ“

root
β”œβ”€β”€ readmes
β”‚   β”œβ”€β”€ Your Name (folder)
β”‚   β”‚    β”œβ”€β”€ README.MD
β”‚   β”‚    └── Assets (folder)
β”‚   β”‚
β”‚   β”‚
β”‚   └── Your Name (folder)
β”‚        β”œβ”€β”€ README.MD
β”‚        └── Assets (folder)
β”‚
β”‚
└──  README.MD

Join our Community and feel free to drop your questions on

Discord


Contribution GuidelinesπŸ—

Want to add your project to the repo? We invite you to contribute. To start contributing, follow the below guidelines:

1. Fork this repository.

2. Clone your forked copy of the project.

git clone https://github.com/<your_user_name>/Dope-Github-Readmes.git

3. Navigate to the project directory πŸ“ .

cd Dope-Github-Readmes

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

git remote add upstream https://github.com/Design-and-Code/Dope-Github-Readmes.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 <your_branch_name>

8. Then navigate to the readmes directory.

cd readmes

8. Add your README and assests under a folder with your name (replace your-name with name).

mkdir your-name
cd your-name

10. Track your changes βœ”.

git add .

11. Commit your changes .

git commit -m "Relevant message"

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

git push -u origin <your_branch_name>

13. To create a pull request, click on compare and pull requests.

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

15. Click on Create Pull Request.

16 Voila! You have made a PR to the Projects-showcase πŸ’₯ . Wait for your submission to be accepted and your PR to be merged.

Note:

Under the assests folder, you can add the resources used to build your readme, so others can reference it


Project Maintainers πŸ› 


Devraj Chatribin


Medam Greeshma

Our valuable ContributorsπŸ‘©β€πŸ’»πŸ‘¨β€πŸ’» :

About

Collection of amazing Github Profile Readme's for you to get inspired from and create your own GitHub profiles.

License:MIT License