Thanks for your interest in contributing! This project is part of the Stackbilt ecosystem.
git clone https://github.com/Stackbilt-dev/feature-flags.git
cd feature-flags
npm install
npm run typecheck
npm test- Fork the repo and create your branch from
main. - Add tests for any new functionality.
- Ensure
npm run typecheckandnpm testpass. - Keep PRs focused — one feature or fix per PR.
- TypeScript strict mode
- No
anytypes in public APIs (internal usage is acceptable) - Export types alongside implementations
Open an issue on GitHub with:
- A clear description of the problem
- Steps to reproduce
- Expected vs actual behavior
By contributing, you agree that your contributions will be licensed under the Apache-2.0 License.