15 lines
356 B
Markdown
15 lines
356 B
Markdown
# Raw Workflow
|
|
|
|
Before merging frontend code, our team manually checks:
|
|
|
|
- accessibility issues
|
|
- obvious security mistakes
|
|
- risky form handling
|
|
- missing loading and error states
|
|
|
|
People ask for this in many ways:
|
|
|
|
- "Review this React component before merge"
|
|
- "Check this UI for a11y and security problems"
|
|
- "Do a frontend review using our standards"
|