1 OCTOBER - 31 OCTOBER
Happy Hacktober! 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
https://github.com/gawangnich/HacktoberFest2020/blob/master/contributor.md and that counts as your first PR.
🎯 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.
Check Contributor at: https://gawangnich.github.io/HacktoberFest2020/
Read Here or Refer to https://www.digitalocean.com/community/tutorials/how-to-use-git-a-reference-guide for more.
Link to register: https://hacktoberfest.digitalocean.com/
GitHub repository URLs will reference both the username associated with the owner of the repository, as well as the repository name. For example, GawangNich is the owner of the hacktoberfest repository, so the GitHub URL for this project is:
https://github.com/gawangnich/HacktoberFest2020
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.
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/HacktoberFest2020.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:
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.
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.
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:
Now navigate to your forked repository, and press the “New pull request” button on your left-hand side of the page.
NOTE : organise community hacktober participation!
https://hacktoberfest.digitalocean.com/profile
Made with ❤️ Gawang