X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.github%2FCONTRIBUTING.md;h=3764eb7c4165ee3ae15b2c10c11f39e8589e096e;hb=a988e81c0e5faf0be58d303448659e9697c40901;hp=c7779000d4404991e7e8b3fbbc88be7d920c0fb2;hpb=7a7edb72413077da772414507fbf1097fb8f3677;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index c7779000d..3764eb7c4 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -5,7 +5,7 @@ Interesting in contributing? Awesome :) **Quick Links:** * [Give your feedback](#give-your-feedback) - * [Develop on the Server side}(#develop-on-the-server-side) + * [Develop on the Server side](#develop-on-the-server-side) * [Develop on the Client side](#develop-on-the-client-side) * [Write documentation](#write-documentation) @@ -28,6 +28,8 @@ Do not hesitate to talk about the functionnality you want to develop by creating The client is a web application developed with [TypeScript](https://www.typescriptlang.org/)/[Angular2](https://angular.io/) +Newcommer? You can find a documentation of the server code/architecture [here](https://github.com/Chocobozzz/PeerTube/blob/master/support/doc/client/code.md). + ## Write documentation