Skip to the content.

Dev-Meet Hacktoberfest Developer Project

Use this Dev-Meet repo to create your first Pull Request for Hacktoberfest 2023.

Subscribe to the newsletter to get new articles I write about technology and software development!

Follow me on Medium

Guidelines

Getting Started

git clone https://github.com/your-username/Dev-meet.git
git checkout -b my-new-branch
git add .
git commit -m "Added __name__ to __Contributors__ list!"
git fetch origin master
git rebase master
git push origin my-new-branch