https://github.com/jayesh-jainx/hacktoberfest-23
HacktoberFest 2023 - Make your first Pull Request and earn a free digital reward kit courtesy of DigitalOcean and our sponsors and partners! hacktoberfest.com/
https://github.com/jayesh-jainx/hacktoberfest-23
appwrite digitalocean first-pull-request first-pull-request-and-commit git hacktoberfest hacktoberfest-2023 hacktoberfest-23 hacktoberfest-accepted hacktoberfest-approved hacktoberfest2023 open-source pull-requests pull-requests-welcome
Last synced: 22 days ago
JSON representation
HacktoberFest 2023 - Make your first Pull Request and earn a free digital reward kit courtesy of DigitalOcean and our sponsors and partners! hacktoberfest.com/
- Host: GitHub
- URL: https://github.com/jayesh-jainx/hacktoberfest-23
- Owner: Jayesh-JainX
- License: mit
- Archived: true
- Created: 2023-09-15T18:16:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T10:31:05.000Z (about 2 years ago)
- Last Synced: 2024-09-26T06:41:19.546Z (about 1 year ago)
- Topics: appwrite, digitalocean, first-pull-request, first-pull-request-and-commit, git, hacktoberfest, hacktoberfest-2023, hacktoberfest-23, hacktoberfest-accepted, hacktoberfest-approved, hacktoberfest2023, open-source, pull-requests, pull-requests-welcome
- Language: HTML
- Homepage: https://jayesh-jainx.github.io/Hacktoberfest-23/
- Size: 1.91 MB
- Stars: 20
- Watchers: 2
- Forks: 43
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
💛🎯 HacktoberFest 2023 💛🎯
#### CELEBRATING 10TH YEAR OF OPEN SOURCE!
# Contribute to open source and Earn Digital Rewards 🚀
#### Star & fork this Repo first
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/
## What is Hacktoberfest?
Hacktoberfest is an annual event that runs throughout October, sponsored by [Digital Ocean](https://hacktoberfest.digitalocean.com/) and [GitHub](https://github.com/blog/2433-celebrate-open-source-this-october-with-hacktoberfest), to encourage contributions to open source projects.
[Hacktoberfest Official Website](https://hacktoberfest.com/)
## Contributors Website: https://jayesh-jainx.github.io/Hacktoberfest-23/
# How to contribute to this project
### Video tutorials:
- [Hacktoberfest Official Website](https://hacktoberfest.com/)- [How to Do Your First Pull Request](https://hacktoberfest.com/participation/#beginner-resources)
- [Video Tutorial](https://www.youtube.com/watch?v=xweXYoeNkoA)### For Beginners
1) Visit & Learn [Tutorial Github](https://www.youtube.com/watch?v=RGOj5yH7evk)
2) Clone this repo
3) Make a pull request
4) Wait until your pull request is merged/given accepted tag## Enjoy, and be a part of open source 🚀🥳
## Getting started
* 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!## Code of Conduct
Please review and follow our [Code of Conduct](/CONTRIBUTING.md). We are committed to providing a welcoming and respectful environment for all contributors.## Tasks
1. Add your name
Add your name to the Profile.md file using the below convention:
| Name | Github Profile | Interest | Bio |
| :--------------- | :------------------------------------------------: | ------------------: | ------------------------: |
|Jayesh Jain|[Jayesh Jain](https://github.com/jayesh-JainX/) | Coding, Sports | Be Happy |2. Adding Your Details to [Contributor's Website](https://jayesh-jainx.github.io/Hacktoberfest-23/) in index.html
3. Copy code as Selected in the Below image and paste it below again
4. Edit Your Name, Github link, Linkedin Link.
5. Change the class
by increasing the previous value.
Ex:and save the file.6. Go to your Github Profile and click on your profile image
7. Copy the url
8. Open style.css file
9. Scroll Down as shown in image
10. 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);
}### Wait for Pull Request to merge
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!### Celebrate - you've done your first pull request!!
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. 🎉✨### Keep Contributing
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!### Happy Coding! 🚀🥳
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!