Repository for Hackfest-ADASPARTANS hackathon submissions.
- Direct push to main: BLOCKED - all changes must go through PR
- Pull request required - minimum 1 approval before merge
- Force push: ALLOWED for owner only
- Branch deletion: BLOCKED
Only pablonification can merge PRs to main.
All PRs are automatically reviewed by Greptile AI. Minimum confidence score: 4/5 required before merge.
# Clone repo (if invited as collaborator)
git clone https://github.com/pablonification/Hackfest-ADASPARTANS.git
cd Hackfest-ADASPARTANS
# Create feature branch
git checkout -b branch-name
git push -u origin branch-name
# Make changes, commit, push
git add .
git commit -m "feat: description"
git push- Push your branch to origin
- Open Pull Request via GitHub
- Wait for review and merge by the owner
If not added as collaborator:
# Fork via GitHub UI first, then:
git clone https://github.com/YOUR_USERNAME/Hackfest-ADASPARTANS.git
# Add upstream remote
git remote add upstream https://github.com/pablonification/Hackfest-ADASPARTANS.git
# Create branch, make changes, push to your fork
git checkout -b feature-name
git push origin feature-name
# Open PR from your fork to main repo.
├── LICENSE # MIT License
├── README.md # This file
└── (add your files here)
MIT License - see LICENSE for details.