s-shikharcse / hacktoberfest19-1

Hacktoberfest Guide For Beginner 🚀 ✨

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[PRs Welcome]  [first-timers-only]  [Website shields.io]  [Open Source Love]  [GitHub contributors]  [GitHub issues]  [Documentation Status]) 

[GitHub pull-requests]  [GitHub pull-requests closed]  [HitCount]  [GitHub issues-closed

Hacktoberfest2019

Happy Hacktober! :octocat: This is a beginner friendly repository made specifically for Hacktoberfest that helps you get your first PR and takes you a step closer to earning your Hacktoberfest T-shirt 👕.

🎯 If you are a beginner, and looking for your first contribution, we are here to help. Just append your name and jobs on our

🎯 In case you are an intermediate or advanced level programmer or developer, we have got you covered too!! Step to our Resources folder and make contributions as per as your interests.

💻 Also, our website is open to contributions from both frontend and designer fellows who want to help us in making it bigger and better.

Instructions :

1. Register yourself for Hacktoberfest 2019

register

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. For example, Rafiudd is the owner of the hacktoberfest repository, so the GitHub URL for this project is:

https://github.com/rafiudd/hacktoberfest19

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.
This URL will be similar to the URL above, except now it will end with .git. In the example above, the URL will look like this:

https://github.com/your-username/hacktoberfest19.git

You can alternatively copy the URL by using the green “Clone or download” button from your repository page that you just forked from the original repository page. Once you click the button, you’ll be able to copy the URL by clicking the binder button next to the URL:

4. Create a New Branch

To create your branch, from your terminal window, change your directory so that you are working in the directory of the repository. Be sure to use the actual name of the repository (i.e. hacktoberfest19) to change into that directory.
cd hacktoberfest19
Now, we’ll create our new branch with the git branch command. Make sure you name it descriptively so that others working on the project understand what you are working on.
git branch new-branch
Now that our new branch is created, we can switch to make sure that we are working on that branch by using the git checkout command:
git checkout new-branch
git add -A or git add .
git commit -m "Updated Readme.md"
Then push to your local repository
git push origin new-branch

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. 😃

note :: organise community hacktober participation!

Happy?? Star ⭐ this Repo. 🤩

Check your Hacktoberfest Contribution status at:

https://hacktoberfest.digitalocean.com/profile

Made with ❤️

About

Hacktoberfest Guide For Beginner 🚀 ✨


Languages

Language:C++ 52.5%Language:HTML 26.9%Language:Python 9.7%Language:JavaScript 6.0%Language:PHP 3.9%Language:CSS 0.8%Language:Go 0.2%