forked from mengyxu/noob-components
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
748 B
52 lines
748 B
|
3 months ago
|
# Quality Guidelines
|
||
|
|
|
||
|
|
> Code quality standards for frontend development.
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## Overview
|
||
|
|
|
||
|
|
<!--
|
||
|
|
Document your project's quality standards here.
|
||
|
|
|
||
|
|
Questions to answer:
|
||
|
|
- What patterns are forbidden?
|
||
|
|
- What linting rules do you enforce?
|
||
|
|
- What are your testing requirements?
|
||
|
|
- What code review standards apply?
|
||
|
|
-->
|
||
|
|
|
||
|
|
(To be filled by the team)
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## Forbidden Patterns
|
||
|
|
|
||
|
|
<!-- Patterns that should never be used and why -->
|
||
|
|
|
||
|
|
(To be filled by the team)
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## Required Patterns
|
||
|
|
|
||
|
|
<!-- Patterns that must always be used -->
|
||
|
|
|
||
|
|
(To be filled by the team)
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## Testing Requirements
|
||
|
|
|
||
|
|
<!-- What level of testing is expected -->
|
||
|
|
|
||
|
|
(To be filled by the team)
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## Code Review Checklist
|
||
|
|
|
||
|
|
<!-- What reviewers should check -->
|
||
|
|
|
||
|
|
(To be filled by the team)
|