/Dev-meet

Are you looking for another developers around to works with or do you have questions?

MIT LicenseMIT

Dev-Meet Hacktoberfest Developer Project

Use this repo so as to create first PR for Hacktoberfest.

Dev Meet!

Event (Berlin)

Happy Hacktoberfest 2019 to everyone! I am planning to make an event in Berlin this year. Then we can contribute another projects together and create new pull request to any project you want to contribute.

Guidelines

  • Add your Name, Github Adress, Location, Known Languages to Contributors.md file
  • Or find a developer nearby and connect with them!

Getting Started

  • Fork this repo (button on top)
  • Clone on your local machine
git clone https://github.com/your-username/Dev-meet.git
  • Create a new branch
git checkout -b my-new-branch
  • Add your Name, Github Address, Location, Known Languages to Contributors.md file
  • Commit and push
git add .
git commit -m "Added __name__ to __Contributors__ list!"
git fetch origin master
git rebase master
git push origin my-new-branch
  • Create a new pull request from your forked repository
  • Happy Pull Requests! 🎃
  • Happy coding!