Use this project to make your contributions to open source during HacktoberFest 2023. Practice making your pull requests to public repositories before doing the real thing! This repository is open to all members of the GitHub community. Any member may contribute to this project without being a collaborator.
To participate, visit: https://hacktoberfest.com/participation/
Hacktoberfest is an annual event that runs throughout October, sponsored by Digital Ocean and GitHub, to encourage contributions to open source projects. Hacktoberfest Official Website
Contributors Website: https://jayesh-jainx.github.io/Hacktoberfest-23/
- Visit & Learn Tutorial Github
- Clone this repo
- Make a pull request
- Wait until your pull request is merged/given accepted tag
- Star this repository
- Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
- Clone your fork down to your local machine
git clone https://github.com/your-username/Hacktoberfest-23
- Create a branch
git checkout -b enter-your-branch-name
- Make your changes, Commit and push
git add .
git commit -m 'Commit message'
git push origin your-branch-name
- Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)
- Wait for your PR review and merge approval!
Please review and follow our Code of Conduct. We are committed to providing a welcoming and respectful environment for all contributors.
- Add your name
Add your name to the Profile.md file using the below convention:
Name | Github Profile | Interest | Bio |
---|---|---|---|
Jayesh Jain | Jayesh Jain | Coding, Sports | Be Happy |
- Adding Your Details to Contributor's Website in index.html
- Copy code as Selected in the Below image and paste it below again
-
Edit Your Name, Github link, Linkedin Link.
-
Change the class
by increasing the previous value. Ex:and save the file. -
Go to your Github Profile and click on your profile image
-
Copy the url
-
Open style.css file
-
Scroll Down as shown in image
- Copy and paste the selected code as shown in above image and add your card with number, also add the copied url
Ex: .card3{ background-image: url(your-copies-url); }
Once you've submitted your pull request, our team will review it as soon as possible. We appreciate your contribution to our open source community!
Take a moment to pat yourself on the back. You're now part of the global open source community, making a difference one contribution at a time. πβ¨
Hacktoberfest is just the beginning. Continue exploring open source, contributing to projects you're passionate about, and enhancing your skills. Your journey in the world of code has only just begun!
We look forward to seeing your contributions and hope you have a fantastic Hacktoberfest 2023 experience. Thank you for being a part of our open source family!