Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.15 KB

File metadata and controls

54 lines (33 loc) · 1.15 KB

👋 Contributing to Hello World

Welcome to Hello World under HashSlap Summer of Code! This repo is perfect for your first contribution.

🚀 Steps to Contribute

  1. Fork the repository.
  2. Clone your fork:
    git clone https://github.com/<your-username>/hello-world.git

3. **Create a new branch**:

 ```bash
 git checkout -b add-hello-in-language
  1. Add your code:

    • Write a simple "Hello, World!" program.
    • Place it in the correct folder or name it like hello.language.
  2. Commit your changes:

    git commit -m "Add Hello World in Rust"
  3. Push and open a Pull Request:

    git push origin add-hello-in-language
    • Add a brief description and mention the language used.

📌 Contribution Rules

  • Only one file per language.
  • Avoid duplicates — check if it already exists.
  • Use clean and readable code.
  • Follow the filename format: hello.py, hello.c, etc.

Need help? Join our Discord or check the starter pack.

Happy Hacking! 💻✨