Welcome to Hacktoberfest 2024
Open source is changing the world - one pull request at a time. 🚀 Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the 2021 challenge and earn a limited edition T-shirt.
🎯 If you are a beginner, and looking for your first contribution, we are here to help. Just create a simple birthday page of your. Make as your PR count🎯
Just 6 simple steps to earn your t-shirt for Hacktoberfest 2022
- 🎯Make a copy of Main Template folder and name folder as of your choice in your code editor of your choice.
- 🎯Change the image of the birthday Party (Named as Image)
- 🎯Open type.js file and add your name and make the count to 1000 times.
- 🎯 Save your changes and give its a proper name.
- 🎯Now add your profile details in Contributors.md file (Name, GitHub Username, Folder Name, Email Id).
- 🎯Done! You are ready to create your pull request. But be sure to fetch the repo before sending the PR to escape from any conflict.
[https://anup-maurya.github.io/happy-birthday/]
### 💻 Our repo is open to beginner contributors who want to participate and complete successful PR Request.
Link to register: hacktoberfest.digitalocean.com
⚡ GitHub repository URLs will reference both the username associated with the owner of the repository, as well as the repository name.
⚡ When you’re on the main page for the repository, you’ll see a button to "Star" and “Fork” the repository on your upper right-hand side of the page, underneath your user icon.
⚡ To make your own local copy of the repository you would like to contribute to, let’s first open up a terminal window.
⚡ Once we have the URL, we’re ready to clone the repository. To do this, we’ll combine the git clone command with the repository URL from the command line in a terminal window:
git clone https://github.com/Anup-maurya/Hacktober_Birthday.git
⚡ Once you have added new files or folders to the project, you can add them to your local repository, which you can do with the git add command. Let’s add the -A flag to add all changes that we have made : git add -A
or git add .
⚡ Next, we’ll want to record the changes that we made to the repository with the git commit command.
⚡ The commit message is an important aspect of your code contribution; It helps the other contributors fully understand the change you have made, why you made it, and how significant it is. Additionally, commit messages provide a historical record of the changes for the project at large, helping future contributors along the way. Thus, you must ensure that you write a meaningful commit message. If in a confusion, refer to the good contribution guidelines included in the CONTRIBUTING.md
.
⚡ At this point you can use the git push command to push the changes to the current branch of your forked repository:
Now navigate to your forked repository, and press the “New pull request” button on your left-hand side of the page.
🎩 Check your Hacktoberfest Contribution status at: 🙅🏼♂️ hacktoberfest.com