Contributing to react-meta-seo
Thank you for your interest in contributing! This library aims to be the standard for React 19 SEO.
Development Setup
- Fork and Clone the repository.
- Install Dependencies:
npm install - Run Build in Watch Mode:
npm run dev - Run Example App (in a separate terminal):
cd example npm install npm run dev
Workflow
- Create a new branch:
git checkout -b feature/my-new-feature - Make your changes in
src/. - Verify changes in the
exampleapp (localhost:5173). - Run tests:
npm test - Commit your changes:
(We follow Conventional Commits)git commit -m "feat: add new meta tag support"
Pull Requests
- Keep PRs focused on a single feature or fix.
- Add tests for new features.
- Update documentation in
DOCUMENTATION.mdif public API changes.
License
By contributing, you agree that your contributions will be licensed under its MIT License.