- Docs and Tests descriptions must be in brazilian-portuguese
- ALWAYS use direct MUI imports ex: `import Stack from '@mui/material/Stack';`
- Follow strictly prettier and eslint rules and when possible when possible run `yarn format `, `yarn lint --fix`
- before committing any code changes run `yarn build` to make sure the project builds
- Any new code must have unit tests, any change to old code you must create unit test for it
- test are made with Jest and RTL
- Coverage only goes Up!