diff options
Diffstat (limited to '.github/CONTRIBUTING.md')
-rw-r--r-- | .github/CONTRIBUTING.md | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index ca563edf6..cbd628c25 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md | |||
@@ -8,7 +8,7 @@ Interested in contributing? Awesome! | |||
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) | 10 | * [Develop](#develop) |
11 | 11 | * [Improve the website](#improve-the-website) | |
12 | 12 | ||
13 | ## Translate | 13 | ## Translate |
14 | 14 | ||
@@ -37,6 +37,15 @@ Some hints: | |||
37 | * Models sent/received by the controllers are defined in [/shared/models](/shared/models) directory | 37 | * Models sent/received by the controllers are defined in [/shared/models](/shared/models) directory |
38 | 38 | ||
39 | 39 | ||
40 | ## Improve the website | ||
41 | |||
42 | PeerTube's website is [joinpeertube.org](https://joinpeertube.org), where people can learn about the project and how it works – note that it is not a PeerTube instance, but rather the project's homepage. | ||
43 | |||
44 | You can help us improve it too! | ||
45 | |||
46 | It is not hosted on GitHub but on [Framasoft](https://framasoft.org/)'s own [GitLab](https://about.gitlab.com/) instance, [FramaGit](https://framagit.org): https://framagit.org/framasoft/peertube/joinpeertube | ||
47 | |||
48 | |||
40 | ## Develop | 49 | ## Develop |
41 | 50 | ||
42 | Don't hesitate to talk about features you want to develop by creating/commenting an issue | 51 | Don't hesitate to talk about features you want to develop by creating/commenting an issue |