rscinto / Hello-World

Help beginners to contribute to Open Source projects :smiley:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 🎉 🎊

About

Help beginners to contribute to Open Source projects :smiley:

License:MIT License


Languages

Language:Java 22.7%Language:C# 19.7%Language:C++ 17.7%Language:C 6.0%Language:JavaScript 5.4%Language:Ruby 4.6%Language:Scala 3.9%Language:HTML 3.3%Language:Pascal 3.2%Language:Visual Basic 2.5%Language:PHP 1.9%Language:Dart 1.5%Language:Shell 1.5%Language:PowerShell 1.3%Language:Go 1.3%Language:R 1.1%Language:Rust 0.8%Language:Python 0.8%Language:Kotlin 0.7%