dilsekhpatnaik7 / Hacktober_Birthday

Hacktoberfest 2022 contribution Repo. A Simple Birthday page for you.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub issues GitHub stars Hits [GitHub forks] Author License Maintained

😎😎😎Hacktoberfest-2022 contribution Repo😎😎😎


Welcome to Hacktoberfest 2022
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

  1. 🎯Make a copy of Main Template folder and name folder as of your choice in your code editor of your choice.
  2. 🎯Change the image of the birthday Party (Named as Image)
  3. 🎯Open type.js file and add your name and make the count to 1000 times.
  4. 🎯 Save your changes and give its a proper name.
  5. 🎯Now add your profile details in Contributors.md file (Name, GitHub Username, Folder Name, Email Id).
  6. 🎯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.

💥💥💥 Check the Demo of the Birthday Page

[https://anup-maurya.github.io/happy-birthday/]


### 💻 Our repo is open to beginner contributors who want to participate and complete successful PR Request.

Instructions: 🙅🏼 🙅🏼‍♂️

1. 👇🏻Register yourself for Hacktoberfest 2022

2. 👇🏻Star and Fork this Repository

⚡ You can star ⭐ and fork 🍽️ this repository on GitHub by navigating at the top of this repository.
⚡ 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.

3. 👇🏻Clone the Repository

⚡ To make your own local copy of the repository you would like to contribute to, let’s first open up a terminal window.
⚡ We’ll use the git clone command along with the URL that points to your fork of the repository.
⚡ 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

4. 👇🏻Add your code

⚡ Make Changes Locally.
⚡ 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 .
⚡ Now, you can record that with the -m flag and the message in quotes:
Example:
git commit -m "Updated Readme.md"
⚡ At this point you can use the git push command to push the changes to the current branch of your forked repository:
Example:
git push

5. 👇🏻Create Pull Request

At this point, you are ready to make a pull request to the original repository.
Now navigate to your forked repository, and press the “New pull request” button on your left-hand side of the page.

👑 👑 Hurray!!! You just got closer to completing your hacktoberfest challenge. 😃

🎩 Check your Hacktoberfest Contribution status at: 🙅🏼‍♂️ hacktoberfest.com


😎🙏 Thanks to Our Awesome Contributors 🙏😎

About

Hacktoberfest 2022 contribution Repo. A Simple Birthday page for you.

License:MIT License


Languages

Language:HTML 51.8%Language:CSS 25.8%Language:JavaScript 15.6%Language:Python 5.0%Language:Java 1.8%