Skip to content

"Contribute using your favorite programming language! Add your name, GitHub link, and modify a simple script in your preferred language to make your first open-source pull request. πŸš€"

Notifications You must be signed in to change notification settings

ibrahim-sisar/FirstCodeContribution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌍 First Code Collaboration – Contribute with Your Favorite Programming Language! πŸš€

Welcome to First Code Collaboration! πŸŽ‰ This repository is designed for developers of all levels to make their first open-source contribution using their favorite programming language. πŸ’»βœ¨

Whether you're an experienced programmer or just getting started, this is the perfect place to make your first contribution and showcase your skills!


πŸ“Œ How to Contribute?

Follow these simple steps to participate:

1️⃣ Fork and Clone the Repository

  • Click on the Fork button at the top right of this repository.
  • Clone your fork to your local machine using:
    git clone https://github.com/YOUR_USERNAME/FirstCodeCollaboration.git
  • Navigate to the repository folder:
    cd FirstCodeContribution

2️⃣ Add Your Name to the Contributors List

  • Open the CONTRIBUTING.md file.
  • Add your name and GitHub link in the following format:
    - [Your Name](https://github.com/yourusername)
  • Save the file.

3️⃣ Solve a Simple Coding Challenge

  • Navigate to the languages/ folder.
  • Find the folder for your programming language (e.g., python/, javascript/)
    • If your language is missing, create a new folder for it!
  • Open the README.md or instructions file inside the folder.
  • Follow the given instructions and solve the problem inside the corresponding code file (e.g., python.py, javascript.js).

4️⃣ Commit and Push Your Changes

  • Stage your changes:
    git add .
  • Commit your changes with a meaningful message:
    git commit -m "Added my name and solved the problem in Python"
  • Push your changes to your forked repository:
    git push origin main

5️⃣ Submit a Pull Request (PR)

  • Go to the original repository on GitHub.
  • Click on "Compare & pull request"
  • Provide a brief description of your changes.
  • Click "Create pull request".

πŸŽ‰ Congratulations! You’ve just made your first open-source contribution! πŸš€

πŸ’‘ Additional Notes

  • Your contribution can be as simple as printing your name or as creative as implementing a small function.
  • Be respectful and follow good coding practices.
  • If you have any questions, feel free to open an issue.

πŸ“’ Star ⭐ this repository to help more people find it!

Happy coding! πŸ’»πŸ”₯

About

"Contribute using your favorite programming language! Add your name, GitHub link, and modify a simple script in your preferred language to make your first open-source pull request. πŸš€"

Topics

Resources

Stars

Watchers

Forks