- Use
yarn lint
andyarn lint:fix
to make sure your following the global linter rules. - Always test the application to see if it works as intended with no additional bugs you may be adding!
- State all the changes you made in the PR, not everyone will understand what you've done!
Always consult the owner before introducing new concepts to the project.
- Do not remove informative comments.
- Keep the indentation as is, do not expand something if it's compressed.
- Try to follow the general style the owner has laid down throughout all of the code.