Update CONTRIBUTING.md

This commit is contained in:
Søren Debois 2016-04-12 08:01:24 +02:00
parent f0a8591265
commit febaab086b

View file

@ -19,8 +19,6 @@ to get deeper into the language.
[Snackbar](https://github.com/debois/elm-mdl/blob/master/src/Material/Snackbar.elm) [Snackbar](https://github.com/debois/elm-mdl/blob/master/src/Material/Snackbar.elm)
is functional but has no documentation. is functional but has no documentation.
([Issue](https://github.com/debois/elm-mdl/issues/9).) ([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 See the [documentation issue
list](https://github.com/debois/elm-mdl/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3Adocumentation+) 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 - The
[Snackbar](https://github.com/debois/elm-mdl/blob/master/src/Material/Snackbar.elm) [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. interacts reasonably with elm-html-animation.
([Issue](https://github.com/debois/elm-mdl/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3Ademo).) ([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). See the [demo issue list](https://github.com/debois/elm-mdl/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3Ademo).
## Contributing components ## Contributing components