aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorThomas Kuntz <thomaskuntzz@protonmail.com>2018-11-03 15:00:10 +0100
committerRigel Kent <par@rigelk.eu>2018-11-03 15:00:10 +0100
commit0e62b72bb9dba17b2cf57091f941db679aaf635c (patch)
treeb8277768d0c5ae431c5ea5a3704bede5e2d67cf1 /.github
parent0c4706b2803bf59c0a1d87d6a506465606c3ef74 (diff)
downloadPeerTube-0e62b72bb9dba17b2cf57091f941db679aaf635c.tar.gz
PeerTube-0e62b72bb9dba17b2cf57091f941db679aaf635c.tar.zst
PeerTube-0e62b72bb9dba17b2cf57091f941db679aaf635c.zip
Add 'Improve the website' section to CONTRIBUTING (#1366)
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.md11
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
42PeerTube'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
44You can help us improve it too!
45
46It 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
42Don't hesitate to talk about features you want to develop by creating/commenting an issue 51Don't hesitate to talk about features you want to develop by creating/commenting an issue