]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add sentence about non-technical contributions
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 1 Nov 2018 14:47:49 +0000 (15:47 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 1 Nov 2018 14:47:49 +0000 (15:47 +0100)
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
README.md

index e36c030b8d3649bc92cb5c03b7dde78581196149..1099d4bf5ac435ceae09083af2b378bc0a84e147 100644 (file)
--- 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.