diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..d3917768 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,8 @@ +# Contributing +## Where should I start? +Everything from https://github.com/Suwayomi/Tachidesk-Server/blob/master/CONTRIBUTING.md#where-should-i-start applies here. + +## Coding Style Guide +**Note:** Some of the bellow are new, refactor the code to match the style guide where you see discrepancies. +- Don't use relative imports. +- We are using MUI v5, the all stylings must be applied with the new system. \ No newline at end of file diff --git a/README.md b/README.md index ab7a0691..d5f6c60d 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ You can find minified builds of WebUI in [Tachidesk-WebUI-preview](https://githu # About This is a `create-react-app` project, you can find it's readme in [BUILDING.md](./BUILDING.md) +## Contributing and Technical info +See [CONTRIBUTING.md](./CONTRIBUTING.md). + ## License Copyright (C) Contributors to the Suwayomi project