ix
ix copied to clipboard
docs(faq): add section
๐ก What is the current behavior?
GitHub Issue Number: #<ISSUE NUMBER>
๐ What is the new behavior?
๐ Checklist
A pull request can only be merged if all of these conditions are met (where applicable):
- [ ] ๐ฆฎ Accessibility (a11y) features were implemented
- [ ] ๐บ๏ธ Internationalization (i18n) - no hard coded strings
- [ ] ๐ฒ Responsiveness - components handle viewport changes and content overflow gracefully
- [x] ๐ Documentation was reviewed/updated (
pnpm run docs
) - [ ] ๐งช Unit tests were added/updated and pass (
pnpm test
) - [ ] ๐ธ Visual regression tests were added/updated and pass (Guide)
- [ ] ๐ง Static code analysis passes (
pnpm lint
) - [ ] ๐๏ธ Successful compilation (
pnpm build
, changes pushed)