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 β¦