Thank you for your interest in contributing! We welcome pull requests, bug reports, and suggestions to make this library better for everyone.
Please be respectful and inclusive. Harassment, discrimination, or inappropriate language will not be tolerated.
- Fork the repository on GitHub
- Clone your fork locally
- Create a new branch for your work
npm install
# or
yarn install
# or
pnpm install- Follow the existing code style (TypeScript, Prettier, etc.)
- Add or update tests if applicable
- Document new features or changes in the README.md
npm run lint
npm run test- Use clear, conventional commits (e.g.
fix:,feat:,docs:,refactor:) - Keep messages concise and descriptive
- Push your branch to GitHub
- Open a pull request against
main - Fill in the PR template and describe your changes
- Please use GitHub Issues for bugs or feature requests
- Include as much detail as possible (steps, screenshots, logs)
By contributing, you agree that your contributions will be licensed under the MIT License.
Thank you for helping improve figma-vars-hooks! 🚀