Skip to content

Conversation

uozopio
Copy link
Contributor

@uozopio uozopio commented Jun 26, 2025

Pull Request

Description

Please provide a brief description of the changes introduced in this pull request.

Type of Change

  • πŸ› Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • πŸ’₯ Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • πŸ“š Documentation update
  • πŸ”§ Configuration change
  • ⚑ Performance improvement
  • ♻️ Code refactoring

Related Issues

Closes #<issue_number>

Branch Naming

  • My branch follows the naming convention (feat/, fix/, docs/, hotfix/, etc.)
  • I'm merging to the correct base branch (features β†’ develop, hotfixes β†’ main)

Checklist

  • My code follows the code style of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation, if necessary
  • I have added tests that prove my fix is effective or my feature works
  • New and existing tests pass locally with my changes
  • I have checked my code with pnpm lint and pnpm test
  • My commit messages follow the conventional commit format

Screenshots (if applicable)

Additional Notes

Umutcan Γ–NER and others added 7 commits June 26, 2025 16:25
- Add comprehensive VSCode tasks.json for monorepo development workflows
- Change package.json private field from true to false
- Pre-commit: checks for merge conflicts, console.logs, large files, and runs lint-staged
- Pre-push: validates branch names, commit messages, and runs full CI checks (lint, typecheck, test, build)
- Helps catch issues early and saves CI minutes
- Remove shebang and husky.sh sourcing as warned by Husky v9
- These lines will fail in Husky v10
- Check commits since origin/develop for new branches
- Prevents validation errors on existing commits from history
feat: add pre-commit and pre-push git hooks
feat: add pre-commit and pre-push git hooks
@uozopio uozopio requested a review from adminzopio June 26, 2025 14:08
Copy link

❌ PR Validation Failed

Please ensure your PR meets all requirements:

  1. Branch Naming: Follow conventions like feat/description, fix/issue-123
  2. PR Title: Use format <type>(<scope>): <subject> (e.g., feat(auth): add OAuth support)
  3. PR Size: Keep changes under 5000 lines and 100 files
  4. Breaking Changes: Document with "!" in title and description

See our Contributing Guide for details.

Copy link

❌ PR Validation Failed

Please ensure your PR meets all requirements:

  1. Branch Naming: Follow conventions like feat/description, fix/issue-123
  2. PR Title: Use format <type>(<scope>): <subject> (e.g., feat(auth): add OAuth support)
  3. PR Size: Keep changes under 5000 lines and 100 files
  4. Breaking Changes: Document with "!" in title and description

See our Contributing Guide for details.

@adminzopio adminzopio changed the title feat:Staging feat: merge staging to main Jun 26, 2025
Copy link

github-actions bot commented Jun 26, 2025

βœ… PR Size Check Passed

This PR changes 620 lines across 5 files.

@adminzopio adminzopio merged commit 7eeec9b into main Jun 26, 2025
24 of 26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants