Skip to content

Conversation

@drakehanguyen
Copy link
Collaborator

@drakehanguyen drakehanguyen commented Jan 5, 2026

Description

Add SEO metadata

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
  • ♻️ Code refactoring (no functional changes)
  • ⚑ Performance improvement
  • βœ… Test addition or update
  • 🎨 Style/formatting changes (no functional changes)
  • πŸ”§ Configuration changes
  • πŸ”’ Security fix

Related Issue

Closes #
Related to #

Changes Made

Testing

  • βœ… All existing tests pass
  • βœ… New tests added for new functionality
  • βœ… Manual testing completed
  • βœ… Tested on multiple browsers (if applicable)
  • βœ… Tested on mobile devices (if applicable)

Test Steps

Screenshots (if applicable)

Before After

Checklist

Code Quality

  • Code follows the project's style guidelines
  • Self-review of code completed
  • Comments added for complex code/logic
  • No console.log statements left in code
  • No commented-out code
  • Code is properly formatted (Prettier)

TypeScript

  • TypeScript types are properly defined
  • No any types used (unless necessary)
  • Type checking passes (pnpm type-check)

Linting & Formatting

  • ESLint passes (pnpm lint)
  • Code is properly formatted (pnpm format:check)

Testing

  • Unit tests added/updated
  • All tests pass (pnpm test)
  • Test coverage maintained or improved

Documentation

  • README.md updated (if applicable)
  • CHANGELOG.md updated (if applicable)
  • Code comments added/updated
  • JSDoc comments added for public APIs (if applicable)

Build & Deployment

  • Build succeeds (pnpm build)
  • No build warnings or errors
  • Production build tested locally

Accessibility

  • Accessibility considerations addressed
  • Keyboard navigation works (if applicable)
  • Screen reader tested (if applicable)

Browser Compatibility

  • Tested on Chrome
  • Tested on Firefox
  • Tested on Safari
  • Tested on Edge (if applicable)
  • Mobile responsive (if applicable)

Performance

  • No performance regressions
  • Bundle size impact considered
  • Lazy loading used where appropriate

Additional Notes

Breaking Changes

Migration Guide

DrakeNguyen added 4 commits January 5, 2026 09:55
…ase tag and update documentation on version update process. Implemented a warning system for version mismatches and clarified the update-before-tagging approach in RELEASES.md.
@drakehanguyen drakehanguyen merged commit 7c71ba8 into main Jan 5, 2026
6 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