From 695026b8ef2eb03b193f11a541133e078c582be3 Mon Sep 17 00:00:00 2001 From: Olof Bjarnason Date: Wed, 11 Mar 2020 22:34:23 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9c41f7d..3c7b46d 100644 --- a/README.md +++ b/README.md @@ -66,3 +66,6 @@ The work is based off of a rewrite of the [Style Elements](https://github.com/md The community around `elm-ui` is maintaining a collection of examples called the [elm-ui-cookbook](https://github.com/rofrol/elm-ui-cookbook). If you are just starting out with `elm-ui`, or get stuck on specific things, this can be a great resource. +## Contributing + +Want to help out fixing bugs or reporting issues? Please add issues you find, and if you want to verify code you want to contribute, please read how to run the tests [here](https://github.com/mdgriffith/elm-ui/blob/master/notes/RUNNING_TESTS.md).