summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCamila Ayres <hello@camila.codes>2018-08-25 17:39:44 +0200
committerGitHub <noreply@github.com>2018-08-25 17:39:44 +0200
commit1e8c8e10c1db2cc3e2e73c7584a28930e5f6fed2 (patch)
treec41abeb91063a07da8157427d9552d292128021c /README.md
parent5d3e381897e85c2dafa4dadd5dc0a534a63939ef (diff)
Adds section How to create a pull request to the README.
Diffstat (limited to 'README.md')
-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)
+
+