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.
We aim to:
-
Help students understand Git & GitHub
-
Teach how Pull Requests work
-
Encourage open-source culture in Morocco
-
Build confidence through real contributions
- First-year students
- Beginners in Git & GitHub
- Anyone making their first contribution
No experience required ❤️
Follow these steps carefully:
Click the Fork button at the top right of this page.
git clone https://github.com/YOUR-USERNAME/first-commit.git
git checkout -b add-your-name
Example:
git checkout -b add-ayoub-aguezar
Scroll to the bottom of the contributors table.
Add a new row inside the <tbody> section using this format:
<tr>
<td align="center">
<img src="https://github.com/YOUR-USERNAME.png" width="50" alt="Your avatar" />
</td>
<td>Your Full Name</td>
<td>
<a href="https://github.com/YOUR-USERNAME">@YOUR-USERNAME</a>
</td>
</tr>
Example:
<tr>
<td align="center">
<img src="https://github.com/ayoubaguezar.png" width="50" alt="Ayoub avatar" />
</td>
<td>Ayoub Aguezar</td>
<td>
<a href="https://github.com/ayoubaguezar">@ayoubaguezar</a>
</td>
</tr>
git add .
git commit -m "Add: Your Name to contributors list"
git push origin add-your-name
Go to your fork on GitHub and click:
➡️ Compare & Pull Request
Then click Create Pull Request.
If your Pull Request is approved, you’ve officially made your first open-source contribution!
Welcome to the world of open source 🌍
-
Only edit
CONTRIBUTION.md -
Add your name at the bottom
-
Be respectful
-
Follow the contribution format
FirstCommit Morocco is about learning, collaboration, and growth.
Let’s build a strong open-source culture in Morocco 🇲🇦
Made with ❤️ by Moroccan students.