summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2018-08-26 01:37:34 +0200
committerGitHub <noreply@github.com>2018-08-26 01:37:34 +0200
commita315ec3eefa4057d35383a31ec8f8e783e17dc19 (patch)
tree282dd785eea33dc68dc8d502bb34d5b30f2021fd /README.md
parenta8d5f36d0753590100f938bc37c5a86a46592a12 (diff)
parent46f9d1253eae0102c0387499e23d56c88916b230 (diff)
Merge branch 'master' into camilasan-patch-1
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 4385286b..9f5fd5fe 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ Of course you can also install [PHPUnit](http://phpunit.de/getting-started.html)
phpunit -c phpunit.xml
-or:
+or for integration tests:
phpunit -c phpunit.integration.xml
@@ -76,4 +76,13 @@ for integration tests.
## :v: Code of conduct
-The Nextcloud community has core values that are shared between all members during conferences, hackweeks and on all interactions in online platforms including [Github](https://github.com/nextcloud) and [Forums](https://help.nextcloud.com). If you contribute, participate or interact with this community, please respect [our shared values](https://nextcloud.com/code-of-conduct/). :relieved:
+The Nextcloud community has core values that are shared between all members during conferences,
+hackweeks and on all interactions in online platforms including [Github](https://github.com/nextcloud) and [Forums](https://help.nextcloud.com).
+If you contribute, participate or interact with this community, please respect [our shared values](https://nextcloud.com/code-of-conduct/). :relieved:
+
+## :heart: How to create a pull request
+
+This guide will help you get started:
+- :dancer: :smile: [Opening a pull request](https://opensource.guide/how-to-contribute/#opening-a-pull-request)
+
+