{"id":25961802,"url":"https://github.com/ibrahim-sisar/firstcodecontribution","last_synced_at":"2026-05-03T22:31:47.258Z","repository":{"id":275461569,"uuid":"926026565","full_name":"ibrahim-sisar/FirstCodeContribution","owner":"ibrahim-sisar","description":"\"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. 🚀\"","archived":false,"fork":false,"pushed_at":"2025-02-04T09:16:03.000Z","size":24,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T11:12:29.379Z","etag":null,"topics":["c","contributions-welcome","first","first-contributions","issues","javascript","open-source","pull-requests","python"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ibrahim-sisar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-02T11:19:01.000Z","updated_at":"2025-07-26T08:03:40.000Z","dependencies_parsed_at":"2025-10-09T11:12:23.655Z","dependency_job_id":"482103d6-f6a6-4229-b97e-4ee911fda3c0","html_url":"https://github.com/ibrahim-sisar/FirstCodeContribution","commit_stats":null,"previous_names":["ibrahim-sisar/firstcodecontribution"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ibrahim-sisar/FirstCodeContribution","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahim-sisar%2FFirstCodeContribution","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahim-sisar%2FFirstCodeContribution/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahim-sisar%2FFirstCodeContribution/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahim-sisar%2FFirstCodeContribution/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibrahim-sisar","download_url":"https://codeload.github.com/ibrahim-sisar/FirstCodeContribution/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahim-sisar%2FFirstCodeContribution/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32587816,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","contributions-welcome","first","first-contributions","issues","javascript","open-source","pull-requests","python"],"created_at":"2025-03-04T19:49:43.878Z","updated_at":"2026-05-03T22:31:47.240Z","avatar_url":"https://github.com/ibrahim-sisar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌍 **First Code Collaboration – Contribute with Your Favorite Programming Language!** 🚀  \n\nWelcome 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. 💻✨  \n\nWhether you're an experienced programmer or just getting started, this is the perfect place to make your first contribution and showcase your skills!  \n\n---\n\n## 📌 **How to Contribute?**  \n\nFollow these simple steps to participate:  \n\n### **1️⃣ Fork and Clone the Repository**  \n- Click on the **Fork** button at the top right of this repository.  \n- Clone your fork to your local machine using:  \n  ```bash\n  git clone https://github.com/YOUR_USERNAME/FirstCodeCollaboration.git\n  ```\n- Navigate to the repository folder:\n   ```bash\n   cd FirstCodeContribution\n   ```\n   \n### **2️⃣ Add Your Name to the Contributors List**\n- Open the `CONTRIBUTING.md` file.\n- Add your name and GitHub link in the following format:\n  ```md\n  - [Your Name](https://github.com/yourusername)\n  ```\n- Save the file.\n\n### **3️⃣ Solve a Simple Coding Challenge**\n- Navigate to the `languages/` folder.\n- Find the folder for your programming language (e.g., `python/`, `javascript/`)\n  - If your language is missing, create a new folder for it!\n- Open the README.md or instructions file inside the folder.\n- Follow the given instructions and solve the problem inside the corresponding code file (e.g., `python.py`, `javascript.js`).\n\n### **4️⃣ Commit and Push Your Changes**\n- Stage your changes:\n  ```bash\n  git add .\n  ```\n- Commit your changes with a meaningful message:\n  ```bash\n  git commit -m \"Added my name and solved the problem in Python\"\n  ```\n- Push your changes to your forked repository:\n  ```bash\n  git push origin main\n  ```\n\n### **5️⃣ Submit a Pull Request (PR)**\n- Go to the original repository on GitHub.\n- Click on \"Compare \u0026 pull request\"\n- Provide a brief description of your changes.\n- Click \"Create pull request\".\n### **🎉 Congratulations! You’ve just made your first open-source contribution! 🚀**\n\n## 💡 Additional Notes\n- Your contribution can be as simple as printing your name or as creative as implementing a small function.\n- Be respectful and follow good coding practices.\n- If you have any questions, feel free to open an issue.\n### 📢 Star ⭐ this repository to help more people find it!\n## Happy coding! 💻🔥\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibrahim-sisar%2Ffirstcodecontribution","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibrahim-sisar%2Ffirstcodecontribution","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibrahim-sisar%2Ffirstcodecontribution/lists"}