diff --git a/README.md b/README.md index e36c030b8d..1099d4bf5a 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.