mirror of
https://github.com/Orasund/elm-ui-widgets.git
synced 2024-11-25 01:56:57 +03:00
updated pull request template
This commit is contained in:
parent
5e3847cdda
commit
b17c63cfc5
16
.github/pull_request_template.md
vendored
16
.github/pull_request_template.md
vendored
@ -9,16 +9,18 @@ _Please only open Pull Requests for existing issues._
|
||||
# Checklist for new Widget
|
||||
|
||||
* [ ] Checked out the Material design specification of the widget
|
||||
* [ ] Added constructors and Widgets Type in `src/Internal/[Your Widget].elm`
|
||||
* [ ] Added Style Type in `src/Widget/Style.elm`
|
||||
* [ ] Added constructors, Widgets Type and Style Type in `src/Internal/[Your Widget].elm`
|
||||
* [ ] Added styles in `src/Internal/Material/[Your Widget].elm`
|
||||
* [ ] In `src/Widget.Material.elm`:
|
||||
* [ ] Linked each style to its representative in `src/Internal/Material/[Your Widget].elm`
|
||||
* [ ] Added Documentation
|
||||
* [ ] In `src/Widget.elm`:
|
||||
* [ ] Added a copy of the Widget Type
|
||||
* [ ] Added a copy of each constructor
|
||||
* [ ] Added a copy of the Style Type
|
||||
* [ ] Linked each constructor to its representative in `src/Internal/[You Widget].elm`
|
||||
* [ ] Replaced the Style Type in the type signiture of each constructor with its definition
|
||||
* [ ] Added Documentation
|
||||
* [ ] Added a Template style in `src/Widget/Style/Template.elm`
|
||||
* [ ] Replaced the Widget Type in the type signiture of each constructor with its definition
|
||||
* [ ] Added Documentation with a small example
|
||||
* [ ] run `elm-verify-examples && elm-test` to test the example
|
||||
|
||||
**Optional:**
|
||||
* [ ] Added a Material design style in `src/Widget/Style/Material.elm`
|
||||
* [ ] Added an Example in `example/src/Example/[Your Widget].elm`
|
||||
|
Loading…
Reference in New Issue
Block a user