FerdausPolok / dev-mates

A repository for storing useful code snippets that assist with everyday tasks, helping to streamline and improve day-to-day development workflows.
Apache License 2.0
8 stars 14 forks source link
hacktoberfest hacktoberfest-accepted javascript python

dev-mates

✨ Hacktoberfest11-2024 πŸš€

banner

🌱 Contributing to Hacktoberfest 2024 πŸ‘¨πŸ»β€πŸ’»

Join the month-long celebration of open-source, maintainers, and contributors! This is a great chance to start your open-source journey. πŸš€


πŸ’‘ What can You contribute πŸ’‘

In our dev life, we have some code snippets that we frequently use. The goal of this repo is to store code snippets so that one can quickly come here and use them to save time.


πŸ›  How to Contribute into this repo ❓

git clone https://github.com/your-user-name/dev-mates.git
cd dev-mates
git checkout -b 2024-new-branch-name
git add -A
git commit -m "Your commit Message"
git push -u origin HEAD

Hacktoberfest Official Guidelines πŸ‘¨β€πŸ’Ό

NOTE πŸ““