Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.54 KB

CONTRIBUTING.md

File metadata and controls

30 lines (21 loc) · 1.54 KB

Contribution Guidelines

We welcome contributions from developers to expand this collection. Here are the contribution guidelines:

  • You can visit issues to see the language to be added. If the language is not mentioned you can do a MR on the language of your wish

  • When adding a new program file, name it following the convention HelloWorld.extension. For example, for a JavaScript file, the name should be HelloWorld.js.

  • Also Update the README.md by adding the badge, For example, if ".js" file is added, add the badge like

  • ![js](https://img.shields.io/badge/js-yello)

Follow these steps to contribute:

  • Fork this repository: Click the "Fork" button in the top right of this page to create a copy of this repository in your GitHub account.

  • Clone your fork : Clone the repository from your GitHub account to your local machine using the following command:

git clone https://github.com/your-username/The-Hello-World-Project.git
  • Add a new program: Create a new file with the HelloWorld program in the desired programming language using the naming convention mentioned above.

  • Commit and push: Commit your changes and push them to your forked repository:

git add HelloWorld.extension
git commit -m "Added HelloWorld in [language]"
git push origin master
  • Submit a pull request: Go to your forked repository on GitHub and click "New pull request". Fill in the details and submit the pull request for review.

We invite you to contribute and celebrate the beauty of HelloWorld in different languages!