https://github.com/agarwalrounak/hello-world
Help beginners to contribute to Open Source projects :smiley: :star: it if you :+1: it !
https://github.com/agarwalrounak/hello-world
beginner good-first-project hello-world helloworld help-wanted profile-page
Last synced: 2 months ago
JSON representation
Help beginners to contribute to Open Source projects :smiley: :star: it if you :+1: it !
- Host: GitHub
- URL: https://github.com/agarwalrounak/hello-world
- Owner: agarwalrounak
- License: mit
- Created: 2019-09-05T06:41:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-25T12:31:27.000Z (12 months ago)
- Last Synced: 2025-04-04T03:07:49.669Z (2 months ago)
- Topics: beginner, good-first-project, hello-world, helloworld, help-wanted, profile-page
- Language: Java
- Homepage:
- Size: 2.07 MB
- Stars: 51
- Watchers: 2
- Forks: 461
- Open Issues: 207
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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](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](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](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](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)
[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?
- :star: Go ahead and star this repository if you had fun! :star:
- 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](https://github.com/search?q=label%3Ahacktoberfest+state%3Aopen&type=Issues).:confetti_ball: :tada: Happy Contributing :tada: :confetti_ball:
[twitter-img]: https://i.imgur.com/wWzX9uB.png
[github-img]: https://i.imgur.com/9I6NRUm.png