Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 543 Bytes

File metadata and controls

25 lines (17 loc) · 543 Bytes

Contributing to tiny-feature-flags

Thanks for your interest in contributing!

How to contribute

  1. Fork the repository
  2. Create a new branch for your feature or fix
  3. Write clear, focused commits
  4. Ensure tests pass with npm test
  5. Open a pull request with a clear description

Code style

  • Follow TypeScript best practices
  • Keep the library lightweight and dependency-free
  • Favor explicit and predictable logic

Testing

We use Vitest. Run all tests with:

npm test