Files
suwayomi-material-you-webui/CONTRIBUTING.md

13 lines
610 B
Markdown
Raw Normal View History

2021-10-30 18:51:47 +03:30
# Contributing
## Where should I start?
Everything from https://github.com/Suwayomi/Tachidesk-Server/blob/master/CONTRIBUTING.md#where-should-i-start applies here.
2021-10-30 18:53:17 +03:30
## About this project
This is a `create-react-app` project, you can find it's readme in [BUILDING.md](./BUILDING.md)
2021-10-30 18:51:47 +03:30
## Coding Style Guide
2021-10-30 19:24:26 +03:30
**Note:** Some of the bellow are new, refactor the code to match the style guide where you see inconsistency.
2021-10-30 18:51:47 +03:30
- Don't use relative imports.
2021-11-10 22:53:20 +03:30
- We are using MUI v5, the all stylings must be applied with the new system.
- Never use the `style` prop, there's always a cleaner solution with `sx` or `styled`.