Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-11-01 17:47:49 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-11-01 17:47:49 +0300
commitb392d3bdc4a419da4da50e085d860733ae85eca5 (patch)
treeee6bf3be0f649f16d72c5563072baddf5710a2bc /README.md
parent02310b3992780b2a5cc7f394f8d6a12b5dae588c (diff)
Add sentence about non-technical contributions
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index e36c030b8d3..1099d4bf5ac 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,10 @@ You can also [get support for Nextcloud](https://nextcloud.com/support)!
## Join the team :family:
-### How to contribute 👩‍💻
+There are many ways to contribute, of which development is only one! Find out [how to get involved](https://nextcloud.com/contribute/), including as translator, designer, tester, helping others and much more! 😍
+
+
+### Development setup 👩‍💻
1. [Set up your local development environment](https://docs.nextcloud.com/server/14/developer_manual/general/devenv.html) :rocket:
2. [Pick a good first issue](https://github.com/nextcloud/server/labels/good%20first%20issue) :notebook:
@@ -47,9 +50,6 @@ You can also [get support for Nextcloud](https://nextcloud.com/support)!
4. Fix things that come up during review 👍
5. Wait for it to get merged! :tada:
-
-### Development setup 💻
-
Third-party components are handled as git submodules which have to be initialized first. So aside from the regular git checkout invoking `git submodule update --init` or a similar command is needed, for details see Git documentation.
Several apps that are included by default in regular releases such as [First run wizard](https://github.com/nextcloud/firstrunwizard) or [Activity](https://github.com/nextcloud/activity) are missing in `master` and have to be installed manually by cloning them into the `apps` subfolder.