Welcome to GDG on Campus Yasar University!
- Clone the repo
- Read the docs in
/docs - Ask questions if needed
- Pick an issue from the board
- Create a branch:
git checkout -b feature/your-feature - Make changes
- Push and create a PR
- Add reviewers: @seberatolmez or @dogukanurker
- Wait for at least one approval
- Merge
feature/- new featuresfix/- bug fixesdocs/- documentation
Use prefixes:
feat:- new featurefix:- bug fixdocs:- documentationrefactor:- code refactoringci:- CI/CD changes
- Python: Ruff (runs automatically)
- React/TS: Biome (runs automatically)
We use pre-commit hooks to ensure code quality. Install them after cloning:
uv tool install pre-commit
pre-commit installHooks run automatically on commit. If blocked, fix issues and commit again.
Ask the team! We're here to help.