diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/CONTRIBUTING.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 1672ebfa9..6fc80b6aa 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md | |||
@@ -7,8 +7,9 @@ Interested in contributing? Awesome! | |||
7 | * [Translate](#translate) | 7 | * [Translate](#translate) |
8 | * [Give your feedback](#give-your-feedback) | 8 | * [Give your feedback](#give-your-feedback) |
9 | * [Write documentation](#write-documentation) | 9 | * [Write documentation](#write-documentation) |
10 | * [Develop](#develop) | ||
11 | * [Improve the website](#improve-the-website) | 10 | * [Improve the website](#improve-the-website) |
11 | * [Develop](#develop) | ||
12 | * [Write a plugin or a theme](#plugins--themes) | ||
12 | 13 | ||
13 | ## Translate | 14 | ## Translate |
14 | 15 | ||
@@ -199,3 +200,7 @@ $ npm run mocha -- --exit --require ts-node/register/type-check --bail server/te | |||
199 | 200 | ||
200 | Instance configurations are in `config/test-{1,2,3,4,5,6}.yaml`. | 201 | Instance configurations are in `config/test-{1,2,3,4,5,6}.yaml`. |
201 | Note that only instance 2 has transcoding enabled. | 202 | Note that only instance 2 has transcoding enabled. |
203 | |||
204 | ## Plugins & Themes | ||
205 | |||
206 | See the dedicated documentation: https://docs.joinpeertube.org/#/contribute-plugins | ||