aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-12-01 22:16:38 +0100
committerChocobozzz <florian.bigard@gmail.com>2016-12-01 22:16:38 +0100
commit35a12fee2f639f43e9b0c48f6eeb355ff71a065f (patch)
tree6250defcc0a23488d46b7191796e3d20faec2c03 /.github
parentda19d94b63159f3ee4a8adb2e29ffdd71724812e (diff)
downloadPeerTube-35a12fee2f639f43e9b0c48f6eeb355ff71a065f.tar.gz
PeerTube-35a12fee2f639f43e9b0c48f6eeb355ff71a065f.tar.zst
PeerTube-35a12fee2f639f43e9b0c48f6eeb355ff71a065f.zip
Add client documentation
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 78a914abc..3764eb7c4 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -28,6 +28,8 @@ Do not hesitate to talk about the functionnality you want to develop by creating
28 28
29The client is a web application developed with [TypeScript](https://www.typescriptlang.org/)/[Angular2](https://angular.io/) 29The client is a web application developed with [TypeScript](https://www.typescriptlang.org/)/[Angular2](https://angular.io/)
30 30
31Newcommer? You can find a documentation of the server code/architecture [here](https://github.com/Chocobozzz/PeerTube/blob/master/support/doc/client/code.md).
32
31 33
32## Write documentation 34## Write documentation
33 35