Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.36 KB

File metadata and controls

60 lines (39 loc) · 1.36 KB

Contributing to figma-vars-hooks

Thank you for your interest in contributing! We welcome pull requests, bug reports, and suggestions to make this library better for everyone.

Code of Conduct

Please be respectful and inclusive. Harassment, discrimination, or inappropriate language will not be tolerated.

How to Contribute

1. Fork & Clone

  • Fork the repository on GitHub
  • Clone your fork locally
  • Create a new branch for your work

2. Install Dependencies

npm install
# or
yarn install
# or
pnpm install

3. Make Your Change

  • Follow the existing code style (TypeScript, Prettier, etc.)
  • Add or update tests if applicable
  • Document new features or changes in the README.md

4. Run Tests & Lint

npm run lint
npm run test

5. Commit Message Guidelines

  • Use clear, conventional commits (e.g. fix:, feat:, docs:, refactor:)
  • Keep messages concise and descriptive

6. Pull Request

  • Push your branch to GitHub
  • Open a pull request against main
  • Fill in the PR template and describe your changes

Bug Reports & Feature Requests

  • Please use GitHub Issues for bugs or feature requests
  • Include as much detail as possible (steps, screenshots, logs)

License

By contributing, you agree that your contributions will be licensed under the MIT License.

Thank you for helping improve figma-vars-hooks! 🚀