Skip to content

A repository for storing useful code snippets that assist with everyday tasks, helping to streamline and improve day-to-day development workflows.

License

Notifications You must be signed in to change notification settings

FerdausPolok/dev-mates

Repository files navigation

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.

  • Find the existing domain/programming language/framework or create one if not exist.
  • Add your code snippet(s)

🛠 How to Contribute into this repo ❓

  • Fork the repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone the forked repository to your local machine.
git clone https://github.com/your-user-name/dev-mates.git
  • change the present working directory
cd dev-mates
  • Make a new branch
git checkout -b 2024-new-branch-name
  • Create or update code snippet in the relevant folder(s). And then commit them.
git add -A
git commit -m "Your commit Message"
  • push the changes.
git push -u origin HEAD
  • Make a pull request form this link.
  • Star the repository.

Hacktoberfest Official Guidelines 👨‍💼

  • Login using GitHub @ Hacktoberfest.
  • Create 4 valid pull requests (PRs) between 1st - 31st October to any repo that has hacktoberfest tag, like this one.
  • Add the maintainer as reviewer so that they can review-approve and eventually merge your PR.

NOTE 📓

  • Make Sure you commit your changes in a new branch.
  • Make Sure you Give the proper name to your files/ folders describing the addition.
  • Also Make Sure you comment on your code wherever necessary.

About

A repository for storing useful code snippets that assist with everyday tasks, helping to streamline and improve day-to-day development workflows.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published