dev-mates
β¨ Hacktoberfest11-2024 π
π± 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
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"
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.