Add sentence about non-technical contributions
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
02310b3992
commit
b392d3bdc4
1 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue