FeitozaUI is currently maintained as a portfolio project, but contributions should follow professional standards.
Use focused branches with descriptive names:
docs/add-component-guidelines
feat/add-button-sizes
fix/button-disabled-stateUse Conventional Commits:
docs: add accessibility guidelines
feat: add button size variants
fix: improve focus state- Run type-check.
- Run lint.
- Run tests when code changes.
- Update Storybook when component behavior changes.
- Update docs when public API or project direction changes.
- Use the component checklist for public components.
yarn.cmd type-check
yarn.cmd lint
yarn.cmd test --runUse yarn.cmd build when package or build configuration changes.