summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index f795bce4..b3d2eecb 100644
--- a/README.md
+++ b/README.md
@@ -67,8 +67,13 @@ 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
-for integration tests
+## :heart: How to create a pull request
+
+This guide will help you get started:
+- :dancer: :smile: [Openning a pull request](https://opensource.guide/how-to-contribute/#opening-a-pull-request)
+
+