Logo Lanfrica

firstcommit-morocco/first-commit

Domain:

education
Creator:
fir
Host:
Helping Moroccan students make their first open-source contribution. # πŸš€ FirstCommit Morocco πŸ‡²πŸ‡¦ Welcome to **FirstCommit Morocco**! This repository is designed to help Moroccan first-year students make their **first open-source contribution** in a simple and beginner-friendly environment. --- ## 🎯 Our Mission We aim to: - Help students understand Git & GitHub - Teach how Pull Requests work - Encourage open-source culture in Morocco - Build confidence through real contributions --- ## πŸ‘©β€πŸ’» Who Can Contribute? - First-year students - Beginners in Git & GitHub - Anyone making their first contribution No experience required ❀️ --- # πŸ› οΈ How to Make Your First Contribution Follow these steps carefully: --- ## 1️⃣ Fork this repository Click the **Fork** button at the top right of this page. --- ## 2️⃣ Clone your fork ```bash git clone github.com * * * 3️⃣ Create a new branch ----------------------- git checkout -b add-your-name Example: git checkout -b add-ayoub-aguezar * * * 4️⃣ Open the file `CONTRIBUTION.md` ----------------------------------- Scroll to the bottom of the contributors table. Add a new row inside the ``` ``` section using this format: Your Full Name @YOUR-USERNAME Example: Ayoub Aguezar @ayoubaguezar ⚠️ Do NOT delete or modify other names. * * * 5️⃣ Commit your changes ----------------------- git add . git commit -m "Add: Your Name to contributors list" git push origin add-your-name * * * 6️⃣ Open a Pull Request ----------------------- Go to your fork on GitHub and click: ➑️ **Compare & Pull Request** Then click **Create Pull Request**. * * * πŸŽ‰ Congratulations! =================== If your Pull Request is approved, you’ve officially made your first open-source contribution! Welcome to the world of open source 🌍 * * * πŸ“œ Rules ======== * Only edit `CONTRIBUTION.md` * Add your name at the bottom * Be respectful * Follow the contribution format * * * 🀝 Community ============ FirstCommit Morocco is about learnin …

Licenses