Use this repo so as to create first PR for Hacktoberfest.
- Add your Name, Github Adress, Location, Known Languages to Contributors.md file
- Or find a developer nearby and connect with them!
- 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 Adress, Location, Known Languages to Contributors.md file
- Commit and push
git add .
git commit -m "Added __name__ to __Contributors__ list!"
git push origin my-new-branch
- Create a new pull request from your forked repository
- Happy Pull Requests! 🎃
- Happy coding!