Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue.
Put an x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.
- Lint and unit tests pass locally with my changes
- I have added tests that prove my fix is effective or that my feature works (if appropriate)
- I have added necessary documentation (if appropriate)
- Any dependent changes have been merged and published in downstream modules (if appropriate)
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered. Observations are valid to include here as well.
You can attach some images or gifs in order to show your team the changes.
If you are creating a new UI component or a new feature than requires to be explained, here you can write a brief explanation of how use this feature.
fun some(code: Here) {
to(show: How).use(it)
}