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:
authorNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2018-08-25 18:51:20 +0300
committerGitHub <noreply@github.com>2018-08-25 18:51:20 +0300
commit153ab96d9101a6ace7985cbbb493bf38c10089ee (patch)
tree3d7f9943c396b41a5b2b604a63a50983f56d973b /README.md
parentce87537b819290ca90385b36a01edfac1c1da630 (diff)
Add "Join the Team" section to README.md
Written at the Nextcloud Conf workshop
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6a4d57c9fbc..d131b34f479 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,16 @@
[…learn more about how to get support for Nextcloud here!](https://nextcloud.com/support)
-## Contribution Guidelines
+## Join the team :family:
+
+### How to contribute
+
+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:
+3. Create a branch, a [Pull Request](https://opensource.guide/how-to-contribute/#opening-a-pull-request) and `@mention` the people from the issue :computer:
+4. Wait for it to get merged and :tada:
+
+### Contribution Guidelines
All contributions to this repository from June, 16 2016 on are considered to be
licensed under the AGPLv3 or any later version.
@@ -56,7 +65,7 @@ Please review the [guidelines for contributing](https://github.com/nextcloud/ser
More information how to contribute: [https://nextcloud.com/contribute/](https://nextcloud.com/contribute/)
-## Running master checkouts
+### Running master checkouts
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.