From 8f7233677c7b83146faa281fa9773f10c703bc79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Debois?= Date: Wed, 13 Apr 2016 00:19:13 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 024559d..0014ff4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,7 @@ # Contributing +TL;DR: Check [this list](https://github.com/debois/elm-mdl/issues?q=is%3Aopen+is%3Aissue+label%3Astarting-point). + Please do! You could add documentation, fix bugs, add to the demos/integrate with other elm-libraries, or add components. There are opportunities for both newcomers and experienced Elm programmers: adding documentation, fixing @@ -87,7 +89,8 @@ as appropriate in the file. Rename as appropriate in the file. 4. In `demo/Demo.elm`, find all the places that mentions `template` or `Template`, copy those bits, and rename as appropriate. -5. Compile and open `page.html` in a browser. +5. Copy the template bits in `src/Material.elm`. +6. Compile and open `page.html` in a browser. The last tab contains your component. Now all you need is code!