From 67c88a5b3ff35a92050ead04ec5f0555ca2bf11f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awomir=20=C5=9Aled=C5=BA?= Date: Tue, 1 Oct 2019 00:24:56 +0200 Subject: [PATCH] more docs --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index e44672b..f99ee1b 100644 --- a/README.md +++ b/README.md @@ -431,6 +431,21 @@ processNames adam monika s slawek d daniel Bartek j k Adam,Monika,Slawek,Daniel,Bartek ``` +# Running tests + +```bash +cd test +./test_runner +``` + +# Contribution guidelines + +Feel free to ask questions in chat, open issues, or contribute by creating pull requests. + +In order to create a pull request +* checkout develop branch +* introduce your changes +* submit pull request # Resources * [Inspiration](https://quasimal.com/posts/2012-05-21-funsh.html)