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:53:00 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-11-01 17:53:00 +0300
commita7b1decfe1b341f2890b421992dd6c224d6f51b7 (patch)
treedfecd0a611a47fca0232dad31e613eea9482460d /README.md
parentb392d3bdc4a419da4da50e085d860733ae85eca5 (diff)
Readme: Add note about signing off commits
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1099d4bf5ac..ed989837101 100644
--- a/README.md
+++ b/README.md
@@ -46,9 +46,10 @@ There are many ways to contribute, of which development is only one! Find out [h
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 to review :computer:
-4. Fix things that come up during review 👍
-5. Wait for it to get merged! :tada:
+3. Create a branch and make your changes. Remember to sign off your commits using `git commit -**s**m "Your commit message"`
+4. Create a [pull request](https://opensource.guide/how-to-contribute/#opening-a-pull-request) and `@mention` the people from the issue to review :computer:
+5. Fix things that come up during review 👍
+6. Wait for it to get merged! :tada:
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.