From febaab086b515143ecaa54f3d57a3c06de54d99c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Debois?= Date: Tue, 12 Apr 2016 08:01:24 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b460cdf..ac70488 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,8 +19,6 @@ to get deeper into the language. [Snackbar](https://github.com/debois/elm-mdl/blob/master/src/Material/Snackbar.elm) is functional but has no documentation. ([Issue](https://github.com/debois/elm-mdl/issues/9).) - - Demo pages need intro text a la MDL docs. - ([Issue](https://github.com/debois/elm-mdl/issues/8).) See the [documentation issue list](https://github.com/debois/elm-mdl/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3Adocumentation+) @@ -40,13 +38,10 @@ if the library interacts properly with these. Right now, - The [Snackbar](https://github.com/debois/elm-mdl/blob/master/src/Material/Snackbar.elm) - could do with more animation, and it'd be very interesting to see if the library + has some animation based on CSS transitions; it'd be very interesting to see if the library interacts reasonably with elm-html-animation. ([Issue](https://github.com/debois/elm-mdl/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3Ademo).) - - The main tabs should be connected to a router, so that the url reflects the current tab. - ([Issue](https://github.com/debois/elm-mdl/issues/7).) - See the [demo issue list](https://github.com/debois/elm-mdl/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3Ademo). ## Contributing components