DEV Community

Mohamed Khaled Yousef
Mohamed Khaled Yousef

Posted on

Dev-Connections open source project

Because I became addicted to Dev Community, I created this simple project for all developers especially beginners in open source community who want to contribute to #hacktoberfest . Dev-Connections will help us to make connections, follow each other on github, linkedin and twitter to be communicate.
I hope all of you to contribute :)

Dev-Connections

This is simple dev profile to help all of us to be communicate, So the key element of Dev-Connections is making connections.

How to contribute to this project

  • Fork this repository (Fork button)

  • Make your changes:

    Add your name, github, linkedin and etc to the CONTRIBUTORS.md file

      ## Name: Your Name
      * Place: Country
      * Job: Your Job Title
      * GitHub: [Github Name](Github Link)
      * LinkedIn: [LinkedIn Name](LinkedIn Link)
      * Twitter: [Handle Name](Twitter Link)
      * Portfolio: [Portfolio Name](Portfolio Link)
  • Commit and push
  • git add.
  • git commit -m 'First Commit'
  • git push origin branch-name
  • Create a new pull request from your forked repository
  • Wait for merge approval



Top comments (3)

Collapse
 
jerodsanto profile image
Jerod Santo

Cool idea and I agree it's a great way for beginners to get involved!

I added my info to help get the ball rolling. ✊

(I'm not sure h1s/h2s are the most readable format to use once there's a bunch of people in the list. Maybe consider breaking it up as headers and then unordered lists nested inside them? Just a thought.)

Collapse
 
this_mkhy profile image
Mohamed Khaled Yousef

You are right, I updated it. Thank you Jerod for your contribution and feedback.

Collapse
 
theredspy15 profile image
Hunter Drum • Edited

Added my info!