An open API service indexing awesome lists of open source software.

https://github.com/ibrahim-sisar/firstcodecontribution

"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. 🚀"
https://github.com/ibrahim-sisar/firstcodecontribution

c contributions-welcome first first-contributions issues javascript open-source pull-requests python

Last synced: 3 months ago
JSON representation

"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. 🚀"

Awesome Lists containing this project

README

          

# 🌍 **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:
```bash
git clone https://github.com/YOUR_USERNAME/FirstCodeCollaboration.git
```
- Navigate to the repository folder:
```bash
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:
```md
- [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:
```bash
git add .
```
- Commit your changes with a meaningful message:
```bash
git commit -m "Added my name and solved the problem in Python"
```
- Push your changes to your forked repository:
```bash
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! 💻🔥