Giter Club home page Giter Club logo

agarwalrounak / hello-world Goto Github PK

View Code? Open in Web Editor NEW
50.0 3.0 465.0 2.12 MB

Help beginners to contribute to Open Source projects :smiley: :star: it if you :+1: it !

License: MIT License

Python 7.34% JavaScript 6.60% Java 22.93% C 9.82% C# 12.57% C++ 20.52% PHP 3.83% Rust 0.57% Ruby 0.14% Go 0.95% Shell 1.68% R 0.41% Pascal 1.17% Scala 1.39% HTML 4.17% Kotlin 0.95% Dart 1.90% PowerShell 0.99% Common Lisp 0.19% TypeScript 1.87%
hello-world helloworld beginner help-wanted good-first-project profile-page

hello-world's Introduction

Welcome to Hello-World

This repository serves as a learning tool for new contributors to open-source, but pull requests here won’t count toward Hacktoberfest.

Getting Started

  • Fork this repository on GitHub by clicking the Fork button in the top right of this page.

  • Clone your forked repo to your local machine.
    git clone https://github.com/YOUR-USERNAME/Hello-World.git
    Replace YOUR-USERNAME above with your GitHub username.

  • Create a new branch.
    git checkout -b new-branch

  • Add your contributions.
    Have a look at CONTRIBUTING.md. There are 3 easy ways to contribute to this project:

    • Add a "Hello, World!" program in any language you like.
    • Add your name to the CONTRIBUTORS.md file.
    • Add your profile page to the profiles directory.
  • Commit and push your changes.

git add -A 
git commit -m "Your commit message"
git push --set-upstream origin new-branch
  • Create a Pull Request by navigating to your forked repository and clicking the New pull request button on your left-hand side of the page.

  • Add in a title, edit the PR template, and then press the Create pull request button.

  • Wait for your Pull Request to be reviewed and merged.

  • Congratulations! You just opened a Pull Request.

How to Contribute

1. Add a "Hello, World!" program

Add your Hello World program to the code directory in any language of your choice. Remember to add your program in the particular language folder. The file name should not match with an already present file. If there is no language folder, make one, then add into it.

2. Add your name

Add your name to the CONTRIBUTORS.md file using the below example:
- [Name](Link to GitHub profile)
Please follow alphabetical order.

3. Add your profile page

Add your profile page named Your_Name.md to the profiles directory. Here is an example to get you started:

## Your Name

### Bio
A short line about you. 

### Location
Home Sweet Home.

### Projects
The super cool projects that you have built. 

### Hobbies & Interests
The super awesome things that intrigue you and bring you joy.

### Profiles
[![GitHub][github-img]](Link to GitHub profile) 
[![Twitter][twitter-img]](Link to Twitter profile)
  
<!-- Don't edit the below 2 lines -->
[twitter-img]: https://i.imgur.com/wWzX9uB.png
[github-img]: https://i.imgur.com/9I6NRUm.png

Choose one of above or all 3, make a pull request for your contributions and wait for it to be merged!

What next?

  • ⭐ Go ahead and star this repository if you had fun! ⭐
  • If you liked contributing to this project, please share and star this project to help as many people as possible to get started in Open Source.
  • Browse more such issues to contribute to on GitHub.

🎊 🎉 Happy Contributing 🎉 🎊

hello-world's People

Contributors

0395ankit avatar agarwalrounak avatar bobsizlak avatar codechandra avatar dallin91 avatar furfurv avatar iamhritik55 avatar iamspd2 avatar iranildobatalha avatar joaovitorml avatar kushiiiiiiiiya avatar lakkshh avatar lionelsamrat10 avatar lucianosz7 avatar marciomyst avatar nealrobben avatar nischalkanishk avatar nk-hack avatar piyush7890 avatar prathimacode-hub avatar sangeetameena580 avatar saulmiquilena avatar sickwiz avatar sourabhsooraj avatar srajalagr avatar sriharan16 avatar tarunvelagala avatar wishallva avatar wolfi3654 avatar xicy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

hello-world's Issues

Add your name to the CONTRIBUTORS.md file

Add your name to the CONTRIBUTORS.md file using the below example:
- [Name](Link to GitHub profile)

Please follow alphabetical order.

NOTE: Pull requests here won’t count toward Hacktoberfest.

Pull requests here won’t count toward Hacktoberfest.

Hi there,

Thank you for your interest in Hacktoberfest and in helping others make their first contributions to open source.

While we agree that it's important to help others, this repository does not do this in a way that is in line with the Hacktoberfest values. Please read the part that talks about high-quality contributions to understand why we are reaching out and taking action. Due to this, we've added this repository to the list of excluded repositories which means pull requests here will not count toward Hacktoberfest 2020.

This is not a DigitalOcean decision, it's one that is inspired by the community of maintainers and contributors who all agree that quality is more important than quantity when it comes to engagement in the Open Source community. The values remind us to shift the focus from contributions to repositories that encourage folks to quickly create and gain a pull request to contributions that will help people level-up their skills and contribute to open-source projects that are in need of help.

If you feel that this repository is an effective learning resource, we encourage you to keep running it since a core part of the aim for Hacktoberfest is to encourage new folks to get involved with open-source.

However, if you are interested in having contributions to this repo count toward Hacktoberfest we encourage you to take a look at this list of Hacktoberfest issues for inspiration and make the necessary changes to focus on enabling people to make meaningful contributions to open source projects.

If you have any questions about this or participating in Hacktoberfest, please contact our team via email [email protected] or join our community Discord server.

Happy Hacking,
The Hacktoberfest Team

Hacktoberfest is presented by DigitalOcean, Intel and DEV.

Add your profile page

Add your profile page named Your_Name.md to the profiles directory. Check out example profile at Rounak_Agarwal.md or use the below example to get started:

## Your Name

### Bio
A short line about you. 

### Location
Home Sweet Home.

### Projects
The super cool projects that you have built. 

### Hobbies & Interests
The super awesome things that intrigue you and bring you joy.

### Profiles
[![GitHub][github-img]](Link to GitHub profile) 
[![Twitter][twitter-img]](Link to Twitter profile)  

<!-- Don't edit the below 2 lines -->
[twitter-img]: https://i.imgur.com/wWzX9uB.png
[github-img]: https://i.imgur.com/9I6NRUm.png

NOTE: Pull requests here won’t count toward Hacktoberfest.

Add a "Hello, World!" program

Add your Hello World program to the code directory in any language of your choice. Remember to add your program in the particular language folder. The file name should not match with an already present file. If there is no language folder, make one, then add into it.

NOTE: Pull requests here won’t count toward Hacktoberfest.

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.