A Git and GitHub workshop by FOSS MEC. Add your review card by submitting a PR.
Click the Fork button on https://github.com/FossMec/LetsGitIt2026-Pr
git clone https://github.com/YOUR-USERNAME/LetsGitIt2026-Pr
cd LetsGitIt2026-PrCreate a new file at src/content/reviews/your-name.json:
{
"name": "Your Name",
"bio": "Your tagline",
"review": "Your message here",
"socialLink": "https://github.com/yourusername",
"image": "your-name.png",
"color": "#your-lucky-color",
"insta": "your_instagram"
}Fields:
name- Your display name (required)bio- Short tagline (optional)review- Your message (required)socialLink- Link to your profile (optional)image- Your image filename (optional)color- Pick your lucky color in hex format like#ff69b4(optional)insta- Instagram username without @ (optional)
Put your image in public/your-name.png
git add .
git commit -m "Add review: Your Name"
git push origin mainGo to your fork on GitHub and click New Pull Request
We will review and merge your PR
Visit the website to see your review card live