This is the practice repository for Builder Day 2.
Your goal: Add your name to CONTRIBUTORS.md and push it!
git clone https://github.com/razorpay-ai-tools/bd2-practice.git
cd bd2-practice
git checkout -b bd2-yourname
# Edit CONTRIBUTORS.md — add your name
git add CONTRIBUTORS.md
git commit -m "Add yourname to contributors"
git push origin bd2-yourname
gh pr create --title "Add yourname to contributors" --body "My first PR!"