mirror of
https://github.com/correl/elm-mdl.git
synced 2024-11-23 11:09:51 +00:00
Update CONTRIBUTING.md
This commit is contained in:
parent
f0a8591265
commit
febaab086b
1 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue