Giter Club home page Giter Club logo

hacktoberfest19's Introduction

[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 ❤️

hacktoberfest19's People

Contributors

rafiudd avatar ayush-d avatar kpk30 avatar goeroeku avatar beecoder77 avatar vivekgopalshetty avatar shikharmat99 avatar saguins avatar manavy1998 avatar func-void avatar chocopiee avatar sarthakagrawal9128 avatar narasimhajupally avatar engineersk avatar cbh6 avatar ishakhari avatar iamhabee avatar idzuna96 avatar dergrauemann avatar gabrielvais avatar vuld0 avatar aditya2000 avatar sanxy avatar ym2108 avatar viratsinha avatar charlytochi avatar suraj7086 avatar kelvinosh avatar kimkinal avatar manasbichoo avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.