# HackX
📢 Hackathon Submission Steps (GitHub)
1️⃣ Fork the organization repo to your GitHub account.
2️⃣ Clone your fork:git clone cd repo-name
3️⃣ Open in VS Code → Create a folder:
TeamName_ProjectName
4️⃣ Put all your project files inside that folder only. (Don’t edit other folders ❌)
5️⃣ In terminal:
git add . git commit -m "Hackathon Submission: TeamName_ProjectName" git push origin main
6️⃣ Go to your fork on GitHub → Click Compare & Pull Request → Create PR to the main branch of the original repo.
✅ Done. Make sure PR is successfully created.