17 lines
571 B
Markdown
17 lines
571 B
Markdown
### 🎯 Goal
|
|
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.
|
|
|
|
### 🛠 Implementation details
|
|
Describe the implementation details for this Pull Request.
|
|
|
|
### ✍️ Explain examples
|
|
Explain examples with code for this updates.
|
|
|
|
### Preparing a pull request for review
|
|
Ensure your change is properly formatted by running:
|
|
|
|
```gradle
|
|
$ ./gradlew spotlessApply
|
|
```
|
|
|
|
Please correct any failures before requesting a review. |